Html Css Color HEX #D0F4F9 Oyster Bay

📋 copy color: '#D0F4F9'

red 208 ◦ green 244 ◦ blue 249

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

Shades of Oyster Bay #D0F4F9

Tints of Oyster Bay #D0F4F9

RGB

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

 GREEN value IS 244 (95.7% from 255) = 34.81%

 BLUE value IS 249 (97.66% from 255) = 35.52%

R = 29.67%
G = 34.81%
B = 35.52%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D0F4F9 (or 0xD0F4F9) is known color: Oyster Bay. HEX triplet: D0, F4 and F9. RGB value is (208,244,249). Sum of RGB (Red+Green+Blue) = 208+244+249=701 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.67% from 701); Green value is 244 (95.70% from 255 or 34.81% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0F4F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F4F9 is #2F0B06. Grayscale: #E9E9E9. Windows color (decimal): -3083015 or 16381136. OLE color: 16381136.

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

Color convert

RGB 208 244 249 -
CMYK 0.16 0.02 0 0.02
HSL 187.32º 0.77% 0.9% -
HSV(B) 187.32º 0.16% 0.98% -
XYZ 75.46 84.95 102.04 -
YUV 233.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 208 244 249 0.16 0.02 0 0.02 187.32 0.77 0.9
Hex D0 F4 F9 10 2 0 2 BB 4D 5A
Octal 320 364 371 20 2 0 2 273 115 132
Binary 11010000 11110100 11111001 10000 10 0 10 10111011 1001101 1011010

Color Harmonies of #D0F4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F4F9

Black with #D0F4F9

Text Example


Text Example

White with #D0F4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F4F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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