#DEFCFA

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

Shades of Light Cyan #DEFCFA

Tints of Light Cyan #DEFCFA

Color information

#DEFCFA (or 0xDEFCFA) is unknown color: approx Light Cyan. HEX triplet: DE, FC and FA. RGB value is (222,252,250). Sum of RGB (Red+Green+Blue) = 222+252+250=724 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.66% from 724); Green value is 252 (98.83% from 255 or 34.81% from 724); Blue value is 250 (98.05% from 255 or 34.53% from 724); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFCFA is #210305. Grayscale: #F2F2F2. Windows color (decimal): -2163462 or 16448734. OLE color: 16448734.

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

Color convert

RGB222252250-
CMYK0.1200.010.01
HSL176º83.33%92.94%-
HSV(B)176º11.9%98.82%-
XYZ82.1992.05103.88-
YUV242.8132.06113.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.66%
GREEN value IS 252 (98.83% from 255) = 34.81%
BLUE value IS 250 (98.05% from 255) = 34.53%
R=30.66%
G=34.81%
B=34.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222522500.1200.010.0117683.3392.94
HexDEFCFAC011b0535d
Octal33637437214011260123135
Binary11011110111111001111101011000111011000010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFCFA; }

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

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

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

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

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

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

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

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