Html Css Color HEX #D0F9F6 Oyster Bay

📋 copy color: '#D0F9F6'

red 208 ◦ green 249 ◦ blue 246

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

Shades of Oyster Bay #D0F9F6

Tints of Oyster Bay #D0F9F6

RGB

 RED value IS 208 (81.64% from 255) = 29.59%

 GREEN value IS 249 (97.66% from 255) = 35.42%

 BLUE value IS 246 (96.48% from 255) = 34.99%

R = 29.59%
G = 35.42%
B = 34.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#D0F9F6 (or 0xD0F9F6) is known color: Oyster Bay. HEX triplet: D0, F9 and F6. RGB value is (208,249,246). Sum of RGB (Red+Green+Blue) = 208+249+246=703 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.59% from 703); Green value is 249 (97.66% from 255 or 35.42% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F9F6 is #2F0609. Grayscale: #ECECEC. Windows color (decimal): -3081738 or 16185808. OLE color: 16185808.

HSL color Cylindrical-coordinate representation of color #D0F9F6: hue angle of 175.61º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F9F6 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 249 246 -
CMYK 0.16 0 0.01 0.02
HSL 175.61º 0.77% 0.9% -
HSV(B) 175.61º 0.16% 0.98% -
XYZ 76.52 87.82 100.11 -
YUV 236.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 208 249 246 0.16 0 0.01 0.02 175.61 0.77 0.9
Hex D0 F9 F6 10 0 1 2 B0 4D 5A
Octal 320 371 366 20 0 1 2 260 115 132
Binary 11010000 11111001 11110110 10000 0 1 10 10110000 1001101 1011010

Color Harmonies of #D0F9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F9F6

Black with #D0F9F6

Text Example


Text Example

White with #D0F9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F9F6; }

 p { color: rgb(208,249,246); }

 H1.HeaderClassName
 {
   color: #D0F9F6;
 }
 .AnyTagClassName
 {
   color: #D0F9F6;
 }
</style>

background-color css

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

 a { background-color: rgb(208,249,246); }

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

border-color css

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

 span { border-color: rgb(208,249,246); }

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