Html Css Color HEX #D5EFEF Oyster Bay

📋 copy color: '#D5EFEF'

red 213 ◦ green 239 ◦ blue 239

#D5EFEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oyster Bay #D5EFEF

Tints of Oyster Bay #D5EFEF

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 value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D5EFEF (or 0xD5EFEF) is known color: 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

RGB 213 239 239 -
CMYK 0.11 0 0 0.06
HSL 180º 0.45% 0.89% -
HSV(B) 180º 0.11% 0.94% -
XYZ 73.89 82.11 93.62 -
YUV 231.23 132.39 115 -
System Red Green Blue C M Y K H S L
Decimal 213 239 239 0.11 0 0 0.06 180 0.45 0.89
Hex D5 EF EF B 0 0 6 B4 2D 59
Octal 325 357 357 13 0 0 6 264 55 131
Binary 11010101 11101111 11101111 1011 0 0 110 10110100 101101 1011001

Color Harmonies of #D5EFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EFEF

Black with #D5EFEF

Text Example


Text Example

White with #D5EFEF

Text Example


Text Example

HTML Codes & Css Web 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>