#DEF8F9

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

Shades of Light Cyan #DEF8F9

Tints of Light Cyan #DEF8F9

Color information

#DEF8F9 (or 0xDEF8F9) is unknown color: approx Light Cyan. HEX triplet: DE, F8 and F9. RGB value is (222,248,249). Sum of RGB (Red+Green+Blue) = 222+248+249=719 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.88% from 719); Green value is 248 (97.27% from 255 or 34.49% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEF8F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8F9 is #210706. Grayscale: #F0F0F0. Windows color (decimal): -2164487 or 16382174. OLE color: 16382174.

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

Color convert

RGB222248249-
CMYK0.110.0000.02
HSL182.22º69.23%92.35%-
HSV(B)182.22º10.84%97.65%-
XYZ80.7989.5102.64-
YUV240.34132.89114.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.88%
GREEN value IS 248 (97.27% from 255) = 34.49%
BLUE value IS 249 (97.66% from 255) = 34.63%
R=30.88%
G=34.49%
B=34.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222482490.110.0000.02182.2269.2392.35
HexDEF8F9B002b6455c
Octal33637037113002266105134
Binary110111101111100011111001101100101011011010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8F9; }

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

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

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

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

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

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

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

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