#DEFEF8

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

Shades of Light Cyan #DEFEF8

Tints of Light Cyan #DEFEF8

Color information

#DEFEF8 (or 0xDEFEF8) is unknown color: approx Light Cyan. HEX triplet: DE, FE and F8. RGB value is (222,254,248). Sum of RGB (Red+Green+Blue) = 222+254+248=724 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.66% from 724); Green value is 254 (99.61% from 255 or 35.08% from 724); Blue value is 248 (97.27% from 255 or 34.25% from 724); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFEF8 is #210107. Grayscale: #F3F3F3. Windows color (decimal): -2162952 or 16318174. OLE color: 16318174.

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

Color convert

RGB222254248-
CMYK0.1300.020.00
HSL168.75º94.12%93.33%-
HSV(B)168.75º12.6%99.61%-
XYZ82.5193.19102.45-
YUV243.75130.4112.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.66%
GREEN value IS 254 (99.61% from 255) = 35.08%
BLUE value IS 248 (97.27% from 255) = 34.25%
R=30.66%
G=35.08%
B=34.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222542480.1300.020.00168.7594.1293.33
HexDEFEF8D020a95e5d
Octal33637637015020251136135
Binary110111101111111011111000110101001010100110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFEF8; }

 p { color: rgb(222,254,248); }

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

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

 a { background-color: rgb(222,254,248); }

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

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

 span { border-color: rgb(222,254,248); }

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