#DEF6FB

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

Shades of Light Cyan #DEF6FB

Tints of Light Cyan #DEF6FB

Color information

#DEF6FB (or 0xDEF6FB) is unknown color: approx Light Cyan. HEX triplet: DE, F6 and FB. RGB value is (222,246,251). Sum of RGB (Red+Green+Blue) = 222+246+251=719 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.88% from 719); Green value is 246 (96.48% from 255 or 34.21% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEF6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF6FB is #210904. Grayscale: #EFEFEF. Windows color (decimal): -2164997 or 16512734. OLE color: 16512734.

HSL color Cylindrical-coordinate representation of color #DEF6FB: hue angle of 190.34º 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 #DEF6FB is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222246251-
CMYK0.120.0200.02
HSL190.34º78.38%92.75%-
HSV(B)190.34º11.55%98.43%-
XYZ80.4988.41104.09-
YUV239.39134.55115.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.88%
GREEN value IS 246 (96.48% from 255) = 34.21%
BLUE value IS 251 (98.44% from 255) = 34.91%
R=30.88%
G=34.21%
B=34.91%

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
Decimal2222462510.120.0200.02190.3478.3892.75
HexDEF6FBC202be4e5d
Octal33636637314202276116135
Binary1101111011110110111110111100100101011111010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF6FB; }

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

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

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

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

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

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

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

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