#D1F8F6

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

Shades of Oyster Bay #D1F8F6

Tints of Oyster Bay #D1F8F6

Color information

#D1F8F6 (or 0xD1F8F6) is unknown color: approx 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

RGB209248246-
CMYK0.1600.010.03
HSL176.92º73.58%89.61%-
HSV(B)176.92º15.73%97.25%-
XYZ76.587.34100.02-
YUV236.11133.58108.66-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2092482460.1600.010.03176.9273.5889.61
HexD1F8F610013b14a5a
Octal32137036620013261112132
Binary1101000111111000111101101000001111011000110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>