#DEFCFC

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

Shades of Light Cyan #DEFCFC

Tints of Light Cyan #DEFCFC

Color information

#DEFCFC (or 0xDEFCFC) is unknown color: approx Light Cyan. HEX triplet: DE, FC and FC. RGB value is (222,252,252). Sum of RGB (Red+Green+Blue) = 222+252+252=726 (96% of max value = 765). Red value is 222 (87.11% from 255 or 30.58% from 726); Green value is 252 (98.83% from 255 or 34.71% from 726); Blue value is 252 (98.83% from 255 or 34.71% from 726); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #DEFCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFCFC is #210303. Grayscale: #F2F2F2. Windows color (decimal): -2163460 or 16579806. OLE color: 16579806.

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

Color convert

RGB222252252-
CMYK0.12000.01
HSL180º83.33%92.94%-
HSV(B)180º11.9%98.82%-
XYZ82.5192.18105.54-
YUV243.03133.06113-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.58%
GREEN value IS 252 (98.83% from 255) = 34.71%
BLUE value IS 252 (98.83% from 255) = 34.71%
R=30.58%
G=34.71%
B=34.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222522520.12000.0118083.3392.94
HexDEFCFCC001b4535d
Octal33637437414001264123135
Binary11011110111111001111110011000011011010010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFCFC; }

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

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

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

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

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

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

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

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