#DEF6FD

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

Shades of Light Cyan #DEF6FD

Tints of Light Cyan #DEF6FD

Color information

#DEF6FD (or 0xDEF6FD) is unknown color: approx Light Cyan. HEX triplet: DE, F6 and FD. RGB value is (222,246,253). Sum of RGB (Red+Green+Blue) = 222+246+253=721 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.79% from 721); Green value is 246 (96.48% from 255 or 34.12% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEF6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF6FD is #210902. Grayscale: #EFEFEF. Windows color (decimal): -2164995 or 16643806. OLE color: 16643806.

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

Color convert

RGB222246253-
CMYK0.120.0300.01
HSL193.55º88.57%93.14%-
HSV(B)193.55º12.25%99.22%-
XYZ80.8188.53105.76-
YUV239.62135.55115.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.79%
GREEN value IS 246 (96.48% from 255) = 34.12%
BLUE value IS 253 (99.22% from 255) = 35.09%
R=30.79%
G=34.12%
B=35.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222462530.120.0300.01193.5588.5793.14
HexDEF6FDC301c2595d
Octal33636637514301302131135
Binary110111101111011011111101110011011100001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF6FD; }

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

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

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

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

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

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

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

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