#D0F9FB

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

Shades of Light Cyan #D0F9FB

Tints of Light Cyan #D0F9FB

Color information

#D0F9FB (or 0xD0F9FB) is unknown color: approx Light Cyan. HEX triplet: D0, F9 and FB. RGB value is (208,249,251). Sum of RGB (Red+Green+Blue) = 208+249+251=708 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.38% from 708); Green value is 249 (97.66% from 255 or 35.17% from 708); Blue value is 251 (98.44% from 255 or 35.45% from 708); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0F9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F9FB is #2F0604. Grayscale: #ECECEC. Windows color (decimal): -3081733 or 16513488. OLE color: 16513488.

HSL color Cylindrical-coordinate representation of color #D0F9FB: hue angle of 182.79º degrees, saturation: 0.84, 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 #D0F9FB is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208249251-
CMYK0.170.0100.02
HSL182.79º84.31%90%-
HSV(B)182.79º17.13%98.43%-
XYZ77.388.13104.2-
YUV236.97135.92107.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.38%
GREEN value IS 249 (97.66% from 255) = 35.17%
BLUE value IS 251 (98.44% from 255) = 35.45%
R=29.38%
G=35.17%
B=35.45%

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
Decimal2082492510.170.0100.02182.7984.3190
HexD0F9FB11102b7545a
Octal32037137321102267124132
Binary1101000011111001111110111000110101011011110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F9FB; }

 p { color: rgb(208,249,251); }

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

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

 a { background-color: rgb(208,249,251); }

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

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

 span { border-color: rgb(208,249,251); }

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