#DEF5FB

Color #DEF5FB Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #DEF5FB

Tints of Light Cyan #DEF5FB

Color information

#DEF5FB (or 0xDEF5FB) is unknown color: approx Light Cyan. HEX triplet: DE, F5 and FB. RGB value is (222,245,251). Sum of RGB (Red+Green+Blue) = 222+245+251=718 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.92% from 718); Green value is 245 (96.09% from 255 or 34.12% from 718); Blue value is 251 (98.44% from 255 or 34.96% from 718); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEF5FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF5FB is #210A04. Grayscale: #EEEEEE. Windows color (decimal): -2165253 or 16512478. OLE color: 16512478.

HSL color Cylindrical-coordinate representation of color #DEF5FB: hue angle of 192.41º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEF5FB is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222245251-
CMYK0.120.0200.02
HSL192.41º78.38%92.75%-
HSV(B)192.41º11.55%98.43%-
XYZ80.1987.8103.99-
YUV238.81134.88116.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.92%
GREEN value IS 245 (96.09% from 255) = 34.12%
BLUE value IS 251 (98.44% from 255) = 34.96%
R=30.92%
G=34.12%
B=34.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222452510.120.0200.02192.4178.3892.75
HexDEF5FBC202c04e5d
Octal33636537314202300116135
Binary1101111011110101111110111100100101100000010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF5FB; }

 p { color: rgb(222,245,251); }

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

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

 a { background-color: rgb(222,245,251); }

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

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

 span { border-color: rgb(222,245,251); }

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