#DEF6F9

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

Shades of Light Cyan #DEF6F9

Tints of Light Cyan #DEF6F9

Color information

#DEF6F9 (or 0xDEF6F9) is unknown color: approx Light Cyan. HEX triplet: DE, F6 and F9. RGB value is (222,246,249). Sum of RGB (Red+Green+Blue) = 222+246+249=717 (94% of max value = 765). Red value is 222 (87.11% from 255 or 30.96% from 717); Green value is 246 (96.48% from 255 or 34.31% from 717); Blue value is 249 (97.66% from 255 or 34.73% from 717); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEF6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF6F9 is #210906. Grayscale: #EFEFEF. Windows color (decimal): -2164999 or 16381662. OLE color: 16381662.

HSL color Cylindrical-coordinate representation of color #DEF6F9: hue angle of 186.67º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEF6F9 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222246249-
CMYK0.110.0100.02
HSL186.67º69.23%92.35%-
HSV(B)186.67º10.84%97.65%-
XYZ80.1888.28102.44-
YUV239.17133.55115.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.96%
GREEN value IS 246 (96.48% from 255) = 34.31%
BLUE value IS 249 (97.66% from 255) = 34.73%
R=30.96%
G=34.31%
B=34.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222462490.110.0100.02186.6769.2392.35
HexDEF6F9B102bb455c
Octal33636637113102273105134
Binary110111101111011011111001101110101011101110001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF6F9; }

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

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

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

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

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

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

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

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