#D9EFEF

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

Shades of Oyster Bay #D9EFEF

Tints of Oyster Bay #D9EFEF

Color information

#D9EFEF (or 0xD9EFEF) is unknown color: approx Oyster Bay. HEX triplet: D9, EF and EF. RGB value is (217,239,239). Sum of RGB (Red+Green+Blue) = 217+239+239=695 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.22% from 695); Green value is 239 (93.75% from 255 or 34.39% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #D9EFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EFEF is #261010. Grayscale: #E8E8E8. Windows color (decimal): -2494481 or 15724505. OLE color: 15724505.

HSL color Cylindrical-coordinate representation of color #D9EFEF: hue angle of 180º 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 #D9EFEF is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB217239239-
CMYK0.09000.06
HSL180º40.74%89.41%-
HSV(B)180º9.21%93.73%-
XYZ75.0682.7293.67-
YUV232.42131.71117-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.22%
GREEN value IS 239 (93.75% from 255) = 34.39%
BLUE value IS 239 (93.75% from 255) = 34.39%
R=31.22%
G=34.39%
B=34.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172392390.09000.0618040.7489.41
HexD9EFEF9006b42959
Octal3313573571100626451131
Binary110110011110111111101111100100110101101001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EFEF; }

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

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

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

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

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

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

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

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