Html Css Color HEX #D1F8F6 Oyster Bay

📋 copy color: '#D1F8F6'

red 209 ◦ green 248 ◦ blue 246

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

Shades of Oyster Bay #D1F8F6

Tints of Oyster Bay #D1F8F6

RGB

 RED value IS 209 (82.03% from 255) = 29.73%

 GREEN value IS 248 (97.27% from 255) = 35.28%

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

R = 29.73%
G = 35.28%
B = 34.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#D1F8F6 (or 0xD1F8F6) is known color: Oyster Bay. HEX triplet: D1, F8 and F6. RGB value is (209,248,246). Sum of RGB (Red+Green+Blue) = 209+248+246=703 (93% of max value = 765). Red value is 209 (82.03% from 255 or 29.73% from 703); Green value is 248 (97.27% from 255 or 35.28% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F8F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1F8F6 is #2E0709. Grayscale: #ECECEC. Windows color (decimal): -3016458 or 16185553. OLE color: 16185553.

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

Color convert

RGB 209 248 246 -
CMYK 0.16 0 0.01 0.03
HSL 176.92º 0.74% 0.9% -
HSV(B) 176.92º 0.16% 0.97% -
XYZ 76.5 87.34 100.02 -
YUV 236.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 209 248 246 0.16 0 0.01 0.03 176.92 0.74 0.9
Hex D1 F8 F6 10 0 1 3 B1 4A 5A
Octal 321 370 366 20 0 1 3 261 112 132
Binary 11010001 11111000 11110110 10000 0 1 11 10110001 1001010 1011010

Color Harmonies of #D1F8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F8F6

Black with #D1F8F6

Text Example


Text Example

White with #D1F8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F8F6; }

 p { color: rgb(209,248,246); }

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

background-color css

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

 a { background-color: rgb(209,248,246); }

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

border-color css

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

 span { border-color: rgb(209,248,246); }

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