#D5EFEF

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

Shades of Oyster Bay #D5EFEF

Tints of Oyster Bay #D5EFEF

Color information

#D5EFEF (or 0xD5EFEF) is unknown color: approx Oyster Bay. HEX triplet: D5, EF and EF. RGB value is (213,239,239). Sum of RGB (Red+Green+Blue) = 213+239+239=691 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.82% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #D5EFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EFEF is #2A1010. Grayscale: #E7E7E7. Windows color (decimal): -2756625 or 15724501. OLE color: 15724501.

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

Color convert

RGB213239239-
CMYK0.11000.06
HSL180º44.83%88.63%-
HSV(B)180º10.88%93.73%-
XYZ73.8982.1193.62-
YUV231.23132.39115-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.82%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 239 (93.75% from 255) = 34.59%
R=30.82%
G=34.59%
B=34.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132392390.11000.0618044.8388.63
HexD5EFEFB006b42d59
Octal3253573571300626455131
Binary110101011110111111101111101100110101101001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EFEF; }

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

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

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

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

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

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

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

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