#DEF8F5

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

Shades of Light Cyan #DEF8F5

Tints of Light Cyan #DEF8F5

Color information

#DEF8F5 (or 0xDEF8F5) is unknown color: approx Light Cyan. HEX triplet: DE, F8 and F5. RGB value is (222,248,245). Sum of RGB (Red+Green+Blue) = 222+248+245=715 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.05% from 715); Green value is 248 (97.27% from 255 or 34.69% from 715); Blue value is 245 (96.09% from 255 or 34.27% from 715); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8F5 is #21070A. Grayscale: #EFEFEF. Windows color (decimal): -2164491 or 16120030. OLE color: 16120030.

HSL color Cylindrical-coordinate representation of color #DEF8F5: hue angle of 173.08º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF8F5 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB222248245-
CMYK0.1000.010.03
HSL173.08º65%92.16%-
HSV(B)173.08º10.48%97.25%-
XYZ80.1789.2699.39-
YUV239.88130.89115.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.05%
GREEN value IS 248 (97.27% from 255) = 34.69%
BLUE value IS 245 (96.09% from 255) = 34.27%
R=31.05%
G=34.69%
B=34.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222482450.1000.010.03173.086592.16
HexDEF8F5A013ad415c
Octal33637036512013255101134
Binary110111101111100011110101101001111010110110000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8F5; }

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

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

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

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

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

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

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

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