#D3F9FA

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

Shades of Light Cyan #D3F9FA

Tints of Light Cyan #D3F9FA

Color information

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

HSL color Cylindrical-coordinate representation of color #D3F9FA: hue angle of 181.54º 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 #D3F9FA is Cyan = 0.16, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211249250-
CMYK0.160.0000.02
HSL181.54º79.59%90.39%-
HSV(B)181.54º15.6%98.04%-
XYZ77.9988.5103.41-
YUV237.75134.91108.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2112492500.160.0000.02181.5479.5990.39
HexD3F9FA10002b6505a
Octal32337137220002266120132
Binary1101001111111001111110101000000101011011010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F9FA; }

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

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

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

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

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

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

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

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