#DEF9FD

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

Shades of Light Cyan #DEF9FD

Tints of Light Cyan #DEF9FD

Color information

#DEF9FD (or 0xDEF9FD) is unknown color: approx Light Cyan. HEX triplet: DE, F9 and FD. RGB value is (222,249,253). Sum of RGB (Red+Green+Blue) = 222+249+253=724 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.66% from 724); Green value is 249 (97.66% from 255 or 34.39% from 724); Blue value is 253 (99.22% from 255 or 34.94% from 724); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEF9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF9FD is #210602. Grayscale: #F1F1F1. Windows color (decimal): -2164227 or 16644574. OLE color: 16644574.

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

Color convert

RGB222249253-
CMYK0.120.0200.01
HSL187.74º88.57%93.14%-
HSV(B)187.74º12.25%99.22%-
XYZ81.7390.37106.06-
YUV241.38134.55114.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.66%
GREEN value IS 249 (97.66% from 255) = 34.39%
BLUE value IS 253 (99.22% from 255) = 34.94%
R=30.66%
G=34.39%
B=34.94%

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
Decimal2222492530.120.0200.01187.7488.5793.14
HexDEF9FDC201bc595d
Octal33637137514201274131135
Binary110111101111100111111101110010011011110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9FD; }

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

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

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

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

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

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

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

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