#DEF9F8

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

Shades of Light Cyan #DEF9F8

Tints of Light Cyan #DEF9F8

Color information

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

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

Color convert

RGB222249248-
CMYK0.1100.000.02
HSL177.78º69.23%92.35%-
HSV(B)177.78º10.84%97.65%-
XYZ80.9490.06101.92-
YUV240.81132.05114.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222492480.1100.000.02177.7869.2392.35
HexDEF9F8B002b2455c
Octal33637137013002262105134
Binary110111101111100111111000101100101011001010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9F8; }

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

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

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

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

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

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

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

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