#DEFAFD

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

Shades of Light Cyan #DEFAFD

Tints of Light Cyan #DEFAFD

Color information

#DEFAFD (or 0xDEFAFD) is unknown color: approx Light Cyan. HEX triplet: DE, FA and FD. RGB value is (222,250,253). Sum of RGB (Red+Green+Blue) = 222+250+253=725 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.62% from 725); Green value is 250 (98.05% from 255 or 34.48% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEFAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFAFD is #210502. Grayscale: #F1F1F1. Windows color (decimal): -2163971 or 16644830. OLE color: 16644830.

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

Color convert

RGB222250253-
CMYK0.120.0100.01
HSL185.81º88.57%93.14%-
HSV(B)185.81º12.25%99.22%-
XYZ82.0490.99106.17-
YUV241.97134.22113.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.62%
GREEN value IS 250 (98.05% from 255) = 34.48%
BLUE value IS 253 (99.22% from 255) = 34.90%
R=30.62%
G=34.48%
B=34.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222502530.120.0100.01185.8188.5793.14
HexDEFAFDC101ba595d
Octal33637237514101272131135
Binary11011110111110101111110111001011011101010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFAFD; }

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

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

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

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

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

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

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

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