Html Css Color HEX #D9F0F4 Oyster Bay

📋 copy color: '#D9F0F4'

red 217 ◦ green 240 ◦ blue 244

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

Shades of Oyster Bay #D9F0F4

Tints of Oyster Bay #D9F0F4

RGB

 RED value IS 217 (85.16% from 255) = 30.96%

 GREEN value IS 240 (94.14% from 255) = 34.24%

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

R = 30.96%
G = 34.24%
B = 34.81%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D9F0F4 (or 0xD9F0F4) is known color: Oyster Bay. HEX triplet: D9, F0 and F4. RGB value is (217,240,244). Sum of RGB (Red+Green+Blue) = 217+240+244=701 (92% of max value = 765). Red value is 217 (85.16% from 255 or 30.96% from 701); Green value is 240 (94.14% from 255 or 34.24% from 701); Blue value is 244 (95.70% from 255 or 34.81% from 701); Max value from RGB is 244 - color contains mainly: blue. Hex color #D9F0F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F0F4 is #260F0B. Grayscale: #E9E9E9. Windows color (decimal): -2494220 or 16052441. OLE color: 16052441.

HSL color Cylindrical-coordinate representation of color #D9F0F4: hue angle of 188.89º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9F0F4 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 240 244 -
CMYK 0.11 0.02 0 0.04
HSL 188.89º 0.55% 0.9% -
HSV(B) 188.89º 0.11% 0.96% -
XYZ 76.1 83.6 97.71 -
YUV 233.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 217 240 244 0.11 0.02 0 0.04 188.89 0.55 0.9
Hex D9 F0 F4 B 2 0 4 BD 37 5A
Octal 331 360 364 13 2 0 4 275 67 132
Binary 11011001 11110000 11110100 1011 10 0 100 10111101 110111 1011010

Color Harmonies of #D9F0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F0F4

Black with #D9F0F4

Text Example


Text Example

White with #D9F0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F0F4; }

 p { color: rgb(217,240,244); }

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

background-color css

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

 a { background-color: rgb(217,240,244); }

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

border-color css

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

 span { border-color: rgb(217,240,244); }

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