#D9EAEB

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

Shades of Oyster Bay #D9EAEB

Tints of Oyster Bay #D9EAEB

Color information

#D9EAEB (or 0xD9EAEB) is unknown color: approx Oyster Bay. HEX triplet: D9, EA and EB. RGB value is (217,234,235). Sum of RGB (Red+Green+Blue) = 217+234+235=686 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.63% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 235 (92.19% from 255 or 34.26% from 686); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9EAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EAEB is #261514. Grayscale: #E5E5E5. Windows color (decimal): -2495765 or 15461081. OLE color: 15461081.

HSL color Cylindrical-coordinate representation of color #D9EAEB: hue angle of 183.33º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9EAEB is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217234235-
CMYK0.080.0000.08
HSL183.33º31.03%88.63%-
HSV(B)183.33º7.66%92.16%-
XYZ73.0379.690.11-
YUV229.03131.37119.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.63%
GREEN value IS 234 (91.80% from 255) = 34.11%
BLUE value IS 235 (92.19% from 255) = 34.26%
R=31.63%
G=34.11%
B=34.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172342350.080.0000.08183.3331.0388.63
HexD9EAEB8008b71f59
Octal33135235310001026737131
Binary110110011110101011101011100000100010110111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EAEB; }

 p { color: rgb(217,234,235); }

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

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

 a { background-color: rgb(217,234,235); }

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

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

 span { border-color: rgb(217,234,235); }

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