#76CFEF

Color #76CFEF Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #76CFEF

Tints of Sky Blue #76CFEF

Color information

#76CFEF (or 0x76CFEF) is unknown color: approx Sky Blue. HEX triplet: 76, CF and EF. RGB value is (118,207,239). Sum of RGB (Red+Green+Blue) = 118+207+239=564 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.92% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #76CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CFEF is #893010. Grayscale: #B7B7B7. Windows color (decimal): -8990737 or 15716214. OLE color: 15716214.

HSL color Cylindrical-coordinate representation of color #76CFEF: hue angle of 195.87º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76CFEF is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB118207239-
CMYK0.510.1300.06
HSL195.87º79.08%70%-
HSV(B)195.87º50.63%93.73%-
XYZ45.3654.7189.83-
YUV184.04159.0180.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 20.92%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 239 (93.75% from 255) = 42.38%
R=20.92%
G=36.70%
B=42.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1182072390.510.1300.06195.8779.0870
Hex76CFEF33D06c44f46
Octal166317357631506304117106
Binary11101101100111111101111110011110101101100010010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76CFEF; }

 p { color: rgb(118,207,239); }

 H1.HeaderClassName
 {
   color: #76CFEF;
 }
 .AnyTagClassName
 {
   color: #76CFEF;
 }
</style>
background-color css

<style>
 a { background-color: #76CFEF; }

 a { background-color: rgb(118,207,239); }

 div.DivClassName
 {
   background-color: #76CFEF;
 }
 .BgClassName
 {
   background-color: #76CFEF;
 }
</style>
border-color css

<style>
 span { border-color: #76CFEF; }

 span { border-color: rgb(118,207,239); }

 td.TdClassName
 {
   border-color: #76CFEF;
 }
 .TagClassName
 {
   border-color: #76CFEF;
 }
</style>