#DEFBF8

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

Shades of Light Cyan #DEFBF8

Tints of Light Cyan #DEFBF8

Color information

#DEFBF8 (or 0xDEFBF8) is unknown color: approx Light Cyan. HEX triplet: DE, FB and F8. RGB value is (222,251,248). Sum of RGB (Red+Green+Blue) = 222+251+248=721 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.79% from 721); Green value is 251 (98.44% from 255 or 34.81% from 721); Blue value is 248 (97.27% from 255 or 34.40% from 721); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBF8 is #210407. Grayscale: #F1F1F1. Windows color (decimal): -2163720 or 16317406. OLE color: 16317406.

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

Color convert

RGB222251248-
CMYK0.1200.010.02
HSL173.79º78.38%92.75%-
HSV(B)173.79º11.55%98.43%-
XYZ81.5691.3102.13-
YUV241.99131.39113.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.79%
GREEN value IS 251 (98.44% from 255) = 34.81%
BLUE value IS 248 (97.27% from 255) = 34.40%
R=30.79%
G=34.81%
B=34.40%

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
Decimal2222512480.1200.010.02173.7978.3892.75
HexDEFBF8C012ae4e5d
Octal33637337014012256116135
Binary110111101111101111111000110001101010111010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBF8; }

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

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

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

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

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

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

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

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