#DEFAFA

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

Shades of Light Cyan #DEFAFA

Tints of Light Cyan #DEFAFA

Color information

#DEFAFA (or 0xDEFAFA) is unknown color: approx Light Cyan. HEX triplet: DE, FA and FA. RGB value is (222,250,250). Sum of RGB (Red+Green+Blue) = 222+250+250=722 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.75% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #DEFAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFAFA is #210505. Grayscale: #F1F1F1. Windows color (decimal): -2163974 or 16448222. OLE color: 16448222.

HSL color Cylindrical-coordinate representation of color #DEFAFA: hue angle of 180º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEFAFA is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222250250-
CMYK0.11000.02
HSL180º73.68%92.55%-
HSV(B)180º11.2%98.04%-
XYZ81.5790.8103.67-
YUV241.63132.72114-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.75%
GREEN value IS 250 (98.05% from 255) = 34.63%
BLUE value IS 250 (98.05% from 255) = 34.63%
R=30.75%
G=34.63%
B=34.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222502500.11000.0218073.6892.55
HexDEFAFAB002b44a5d
Octal33637237213002264112135
Binary110111101111101011111010101100101011010010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFAFA; }

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

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

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

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

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

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

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

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