#D0F8FA

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

Shades of Light Cyan #D0F8FA

Tints of Light Cyan #D0F8FA

Color information

#D0F8FA (or 0xD0F8FA) is unknown color: approx Light Cyan. HEX triplet: D0, F8 and FA. RGB value is (208,248,250). Sum of RGB (Red+Green+Blue) = 208+248+250=706 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.46% from 706); Green value is 248 (97.27% from 255 or 35.13% from 706); Blue value is 250 (98.05% from 255 or 35.41% from 706); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0F8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F8FA is #2F0705. Grayscale: #ECECEC. Windows color (decimal): -3081990 or 16447696. OLE color: 16447696.

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

Color convert

RGB208248250-
CMYK0.170.0100.02
HSL182.86º80.77%89.8%-
HSV(B)182.86º16.8%98.04%-
XYZ76.8487.45103.27-
YUV236.27135.75107.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.46%
GREEN value IS 248 (97.27% from 255) = 35.13%
BLUE value IS 250 (98.05% from 255) = 35.41%
R=29.46%
G=35.13%
B=35.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082482500.170.0100.02182.8680.7789.8
HexD0F8FA11102b7515a
Octal32037037221102267121132
Binary1101000011111000111110101000110101011011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F8FA; }

 p { color: rgb(208,248,250); }

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

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

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

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

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

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

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