#DEF4F9

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

Shades of Light Cyan #DEF4F9

Tints of Light Cyan #DEF4F9

Color information

#DEF4F9 (or 0xDEF4F9) is unknown color: approx Light Cyan. HEX triplet: DE, F4 and F9. RGB value is (222,244,249). Sum of RGB (Red+Green+Blue) = 222+244+249=715 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.05% from 715); Green value is 244 (95.70% from 255 or 34.13% from 715); Blue value is 249 (97.66% from 255 or 34.83% from 715); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEF4F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF4F9 is #210B06. Grayscale: #EDEDED. Windows color (decimal): -2165511 or 16381150. OLE color: 16381150.

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

Color convert

RGB222244249-
CMYK0.110.0200.02
HSL191.11º69.23%92.35%-
HSV(B)191.11º10.84%97.65%-
XYZ79.5787.07102.23-
YUV237.99134.21116.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.05%
GREEN value IS 244 (95.70% from 255) = 34.13%
BLUE value IS 249 (97.66% from 255) = 34.83%
R=31.05%
G=34.13%
B=34.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222442490.110.0200.02191.1169.2392.35
HexDEF4F9B202bf455c
Octal33636437113202277105134
Binary1101111011110100111110011011100101011111110001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF4F9; }

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

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

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

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

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

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

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

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