#C7F4F6

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

Shades of Oyster Bay #C7F4F6

Tints of Oyster Bay #C7F4F6

Color information

#C7F4F6 (or 0xC7F4F6) is unknown color: approx Oyster Bay. HEX triplet: C7, F4 and F6. RGB value is (199,244,246). Sum of RGB (Red+Green+Blue) = 199+244+246=689 (91% of max value = 765). Red value is 199 (78.12% from 255 or 28.88% from 689); Green value is 244 (95.70% from 255 or 35.41% from 689); Blue value is 246 (96.48% from 255 or 35.70% from 689); Max value from RGB is 246 - color contains mainly: blue. Hex color #C7F4F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F4F6 is #380B09. Grayscale: #E6E6E6. Windows color (decimal): -3672842 or 16184519. OLE color: 16184519.

HSL color Cylindrical-coordinate representation of color #C7F4F6: hue angle of 182.55º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7F4F6 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB199244246-
CMYK0.190.0100.04
HSL182.55º72.31%87.25%-
HSV(B)182.55º19.11%96.47%-
XYZ72.5483.599.48-
YUV230.77136.59105.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.88%
GREEN value IS 244 (95.70% from 255) = 35.41%
BLUE value IS 246 (96.48% from 255) = 35.70%
R=28.88%
G=35.41%
B=35.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1992442460.190.0100.04182.5572.3187.25
HexC7F4F613104b74857
Octal30736436623104267110127
Binary11000111111101001111011010011101001011011110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F4F6; }

 p { color: rgb(199,244,246); }

 H1.HeaderClassName
 {
   color: #C7F4F6;
 }
 .AnyTagClassName
 {
   color: #C7F4F6;
 }
</style>
background-color css

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

 a { background-color: rgb(199,244,246); }

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

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

 span { border-color: rgb(199,244,246); }

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