Html Css Color HEX #D7F2F6 Oyster Bay

📋 copy color: '#D7F2F6'

red 215 ◦ green 242 ◦ blue 246

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

Shades of Oyster Bay #D7F2F6

Tints of Oyster Bay #D7F2F6

RGB

 RED value IS 215 (84.38% from 255) = 30.58%

 GREEN value IS 242 (94.92% from 255) = 34.42%

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

R = 30.58%
G = 34.42%
B = 34.99%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D7F2F6 (or 0xD7F2F6) is known color: Oyster Bay. HEX triplet: D7, F2 and F6. RGB value is (215,242,246). Sum of RGB (Red+Green+Blue) = 215+242+246=703 (93% of max value = 765). Red value is 215 (84.38% from 255 or 30.58% from 703); Green value is 242 (94.92% from 255 or 34.42% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 246 - color contains mainly: blue. Hex color #D7F2F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7F2F6 is #280D09. Grayscale: #EAEAEA. Windows color (decimal): -2624778 or 16184023. OLE color: 16184023.

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

Color convert

RGB 215 242 246 -
CMYK 0.13 0.02 0 0.04
HSL 187.74º 0.63% 0.9% -
HSV(B) 187.74º 0.13% 0.96% -
XYZ 76.41 84.61 99.49 -
YUV 234.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 215 242 246 0.13 0.02 0 0.04 187.74 0.63 0.9
Hex D7 F2 F6 D 2 0 4 BC 3F 5A
Octal 327 362 366 15 2 0 4 274 77 132
Binary 11010111 11110010 11110110 1101 10 0 100 10111100 111111 1011010

Color Harmonies of #D7F2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F2F6

Black with #D7F2F6

Text Example


Text Example

White with #D7F2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F2F6; }

 p { color: rgb(215,242,246); }

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

background-color css

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

 a { background-color: rgb(215,242,246); }

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

border-color css

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

 span { border-color: rgb(215,242,246); }

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