#C7FBF9

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

Shades of Oyster Bay #C7FBF9

Tints of Oyster Bay #C7FBF9

Color information

#C7FBF9 (or 0xC7FBF9) is unknown color: approx Oyster Bay. HEX triplet: C7, FB and F9. RGB value is (199,251,249). Sum of RGB (Red+Green+Blue) = 199+251+249=699 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.47% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 249 (97.66% from 255 or 35.62% from 699); Max value from RGB is 251 - color contains mainly: green. Hex color #C7FBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FBF9 is #380406. Grayscale: #EBEBEB. Windows color (decimal): -3671047 or 16382919. OLE color: 16382919.

HSL color Cylindrical-coordinate representation of color #C7FBF9: hue angle of 177.69º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FBF9 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB199251249-
CMYK0.2100.010.02
HSL177.69º86.67%88.24%-
HSV(B)177.69º20.72%98.43%-
XYZ75.1587.98102.64-
YUV235.22135.77102.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.47%
GREEN value IS 251 (98.44% from 255) = 35.91%
BLUE value IS 249 (97.66% from 255) = 35.62%
R=28.47%
G=35.91%
B=35.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992512490.2100.010.02177.6986.6788.24
HexC7FBF915012b25758
Octal30737337125012262127130
Binary1100011111111011111110011010101101011001010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FBF9; }

 p { color: rgb(199,251,249); }

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

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

 a { background-color: rgb(199,251,249); }

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

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

 span { border-color: rgb(199,251,249); }

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