#D5EBEF

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

Shades of Oyster Bay #D5EBEF

Tints of Oyster Bay #D5EBEF

Color information

#D5EBEF (or 0xD5EBEF) is unknown color: approx Oyster Bay. HEX triplet: D5, EB and EF. RGB value is (213,235,239). Sum of RGB (Red+Green+Blue) = 213+235+239=687 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.00% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EBEF is #2A1410. Grayscale: #E4E4E4. Windows color (decimal): -2757649 or 15723477. OLE color: 15723477.

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

Color convert

RGB213235239-
CMYK0.110.0200.06
HSL189.23º44.83%88.63%-
HSV(B)189.23º10.88%93.73%-
XYZ72.7379.7993.23-
YUV228.88133.71116.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.00%
GREEN value IS 235 (92.19% from 255) = 34.21%
BLUE value IS 239 (93.75% from 255) = 34.79%
R=31.00%
G=34.21%
B=34.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132352390.110.0200.06189.2344.8388.63
HexD5EBEFB206bd2d59
Octal3253533571320627555131
Binary1101010111101011111011111011100110101111011011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBEF; }

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

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

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

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

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

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

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

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