#D9EFEE

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

Shades of Oyster Bay #D9EFEE

Tints of Oyster Bay #D9EFEE

Color information

#D9EFEE (or 0xD9EFEE) is unknown color: approx Oyster Bay. HEX triplet: D9, EF and EE. RGB value is (217,239,238). Sum of RGB (Red+Green+Blue) = 217+239+238=694 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.27% from 694); Green value is 239 (93.75% from 255 or 34.44% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EFEE is #261011. Grayscale: #E8E8E8. Windows color (decimal): -2494482 or 15658969. OLE color: 15658969.

HSL color Cylindrical-coordinate representation of color #D9EFEE: hue angle of 177.27º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9EFEE is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB217239238-
CMYK0.0900.000.06
HSL177.27º40.74%89.41%-
HSV(B)177.27º9.21%93.73%-
XYZ74.9182.6692.9-
YUV232.31131.21117.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.27%
GREEN value IS 239 (93.75% from 255) = 34.44%
BLUE value IS 238 (93.36% from 255) = 34.29%
R=31.27%
G=34.44%
B=34.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172392380.0900.000.06177.2740.7489.41
HexD9EFEE9006b12959
Octal3313573561100626151131
Binary110110011110111111101110100100110101100011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EFEE; }

 p { color: rgb(217,239,238); }

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

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

 a { background-color: rgb(217,239,238); }

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

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

 span { border-color: rgb(217,239,238); }

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