#DEFBF9

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

Shades of Light Cyan #DEFBF9

Tints of Light Cyan #DEFBF9

Color information

#DEFBF9 (or 0xDEFBF9) is unknown color: approx Light Cyan. HEX triplet: DE, FB and F9. RGB value is (222,251,249). Sum of RGB (Red+Green+Blue) = 222+251+249=722 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.75% from 722); Green value is 251 (98.44% from 255 or 34.76% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBF9 is #210406. Grayscale: #F2F2F2. Windows color (decimal): -2163719 or 16382942. OLE color: 16382942.

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

Color convert

RGB222251249-
CMYK0.1200.010.02
HSL175.86º78.38%92.75%-
HSV(B)175.86º11.55%98.43%-
XYZ81.7291.36102.95-
YUV242.1131.89113.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.75%
GREEN value IS 251 (98.44% from 255) = 34.76%
BLUE value IS 249 (97.66% from 255) = 34.49%
R=30.75%
G=34.76%
B=34.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222512490.1200.010.02175.8678.3892.75
HexDEFBF9C012b04e5d
Octal33637337114012260116135
Binary110111101111101111111001110001101011000010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBF9; }

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

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

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

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

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

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

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

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