#D3FAF9

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

Shades of Light Cyan #D3FAF9

Tints of Light Cyan #D3FAF9

Color information

#D3FAF9 (or 0xD3FAF9) is unknown color: approx Light Cyan. HEX triplet: D3, FA and F9. RGB value is (211,250,249). Sum of RGB (Red+Green+Blue) = 211+250+249=710 (94% of max value = 765). Red value is 211 (82.81% from 255 or 29.72% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FAF9 is #2C0506. Grayscale: #EEEEEE. Windows color (decimal): -2884871 or 16382675. OLE color: 16382675.

HSL color Cylindrical-coordinate representation of color #D3FAF9: hue angle of 178.46º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3FAF9 is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB211250249-
CMYK0.1600.000.02
HSL178.46º79.59%90.39%-
HSV(B)178.46º15.6%98.04%-
XYZ78.1589.06102.69-
YUV238.22134.08108.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 29.72%
GREEN value IS 250 (98.05% from 255) = 35.21%
BLUE value IS 249 (97.66% from 255) = 35.07%
R=29.72%
G=35.21%
B=35.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112502490.1600.000.02178.4679.5990.39
HexD3FAF910002b2505a
Octal32337237120002262120132
Binary1101001111111010111110011000000101011001010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FAF9; }

 p { color: rgb(211,250,249); }

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

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

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

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

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

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

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