#D0F4FB

Color #D0F4FB Oyster Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Bay #D0F4FB

Tints of Oyster Bay #D0F4FB

Color information

#D0F4FB (or 0xD0F4FB) is unknown color: approx Oyster Bay. HEX triplet: D0, F4 and FB. RGB value is (208,244,251). Sum of RGB (Red+Green+Blue) = 208+244+251=703 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.59% from 703); Green value is 244 (95.70% from 255 or 34.71% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0F4FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F4FB is #2F0B04. Grayscale: #E9E9E9. Windows color (decimal): -3083013 or 16512208. OLE color: 16512208.

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

Color convert

RGB208244251-
CMYK0.170.0300.02
HSL189.77º84.31%90%-
HSV(B)189.77º17.13%98.43%-
XYZ75.7885.08103.69-
YUV234.03137.57109.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.59%
GREEN value IS 244 (95.70% from 255) = 34.71%
BLUE value IS 251 (98.44% from 255) = 35.70%
R=29.59%
G=34.71%
B=35.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082442510.170.0300.02189.7784.3190
HexD0F4FB11302be545a
Octal32036437321302276124132
Binary11010000111101001111101110001110101011111010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F4FB; }

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

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

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

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

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

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

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

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