#DEFBFF

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

Shades of Light Cyan #DEFBFF

Tints of Light Cyan #DEFBFF

Color information

#DEFBFF (or 0xDEFBFF) is unknown color: approx Light Cyan. HEX triplet: DE, FB and FF. RGB value is (222,251,255). Sum of RGB (Red+Green+Blue) = 222+251+255=728 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.49% from 728); Green value is 251 (98.44% from 255 or 34.48% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEFBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBFF is #210400. Grayscale: #F2F2F2. Windows color (decimal): -2163713 or 16776158. OLE color: 16776158.

HSL color Cylindrical-coordinate representation of color #DEFBFF: hue angle of 187.27º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFBFF is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB222251255-
CMYK0.130.0200
HSL187.27º100%93.53%-
HSV(B)187.27º12.94%100%-
XYZ82.6791.74107.96-
YUV242.78134.89113.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.49%
GREEN value IS 251 (98.44% from 255) = 34.48%
BLUE value IS 255 (100% from 255) = 35.03%
R=30.49%
G=34.48%
B=35.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222512550.130.0200187.2710093.53
HexDEFBFFD200bb645e
Octal33637337715200273144136
Binary110111101111101111111111110110001011101111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBFF; }

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

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

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

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

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

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

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

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