#D4FAFA

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

Shades of Light Cyan #D4FAFA

Tints of Light Cyan #D4FAFA

Color information

#D4FAFA (or 0xD4FAFA) is unknown color: approx Light Cyan. HEX triplet: D4, FA and FA. RGB value is (212,250,250). Sum of RGB (Red+Green+Blue) = 212+250+250=712 (94% of max value = 765). Red value is 212 (83.20% from 255 or 29.78% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #D4FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FAFA is #2B0505. Grayscale: #EEEEEE. Windows color (decimal): -2819334 or 16448212. OLE color: 16448212.

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

Color convert

RGB212250250-
CMYK0.15000.02
HSL180º79.17%90.59%-
HSV(B)180º15.2%98.04%-
XYZ78.5989.27103.53-
YUV238.64134.41109-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 29.78%
GREEN value IS 250 (98.05% from 255) = 35.11%
BLUE value IS 250 (98.05% from 255) = 35.11%
R=29.78%
G=35.11%
B=35.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122502500.15000.0218079.1790.59
HexD4FAFAF002b44f5b
Octal32437237217002264117133
Binary110101001111101011111010111100101011010010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FAFA; }

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

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

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

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

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

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

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

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