#DEFCFD

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

Shades of Light Cyan #DEFCFD

Tints of Light Cyan #DEFCFD

Color information

#DEFCFD (or 0xDEFCFD) is unknown color: approx Light Cyan. HEX triplet: DE, FC and FD. RGB value is (222,252,253). Sum of RGB (Red+Green+Blue) = 222+252+253=727 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.54% from 727); Green value is 252 (98.83% from 255 or 34.66% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEFCFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFCFD is #210302. Grayscale: #F3F3F3. Windows color (decimal): -2163459 or 16645342. OLE color: 16645342.

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

Color convert

RGB222252253-
CMYK0.120.0000.01
HSL181.94º88.57%93.14%-
HSV(B)181.94º12.25%99.22%-
XYZ82.6692.24106.38-
YUV243.14133.56112.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.54%
GREEN value IS 252 (98.83% from 255) = 34.66%
BLUE value IS 253 (99.22% from 255) = 34.80%
R=30.54%
G=34.66%
B=34.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222522530.120.0000.01181.9488.5793.14
HexDEFCFDC001b6595d
Octal33637437514001266131135
Binary11011110111111001111110111000011011011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFCFD; }

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

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

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

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

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

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

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

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