#DEF8FD

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

Shades of Light Cyan #DEF8FD

Tints of Light Cyan #DEF8FD

Color information

#DEF8FD (or 0xDEF8FD) is unknown color: approx Light Cyan. HEX triplet: DE, F8 and FD. RGB value is (222,248,253). Sum of RGB (Red+Green+Blue) = 222+248+253=723 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.71% from 723); Green value is 248 (97.27% from 255 or 34.30% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEF8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8FD is #210702. Grayscale: #F0F0F0. Windows color (decimal): -2164483 or 16644318. OLE color: 16644318.

HSL color Cylindrical-coordinate representation of color #DEF8FD: hue angle of 189.68º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEF8FD is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222248253-
CMYK0.120.0200.01
HSL189.68º88.57%93.14%-
HSV(B)189.68º12.25%99.22%-
XYZ81.4289.76105.96-
YUV240.8134.89114.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.71%
GREEN value IS 248 (97.27% from 255) = 34.30%
BLUE value IS 253 (99.22% from 255) = 34.99%
R=30.71%
G=34.30%
B=34.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222482530.120.0200.01189.6888.5793.14
HexDEF8FDC201be595d
Octal33637037514201276131135
Binary110111101111100011111101110010011011111010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8FD; }

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

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

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

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

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

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

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

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