#C9FAF7

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

Shades of Oyster Bay #C9FAF7

Tints of Oyster Bay #C9FAF7

Color information

#C9FAF7 (or 0xC9FAF7) is unknown color: approx Oyster Bay. HEX triplet: C9, FA and F7. RGB value is (201,250,247). Sum of RGB (Red+Green+Blue) = 201+250+247=698 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.80% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 247 (96.88% from 255 or 35.39% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FAF7 is #360508. Grayscale: #EAEAEA. Windows color (decimal): -3540233 or 16251593. OLE color: 16251593.

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

Color convert

RGB201250247-
CMYK0.2000.010.02
HSL176.33º83.05%88.43%-
HSV(B)176.33º19.6%98.04%-
XYZ75.0687.5100.93-
YUV235.01134.77103.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.80%
GREEN value IS 250 (98.05% from 255) = 35.82%
BLUE value IS 247 (96.88% from 255) = 35.39%
R=28.80%
G=35.82%
B=35.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012502470.2000.010.02176.3383.0588.43
HexC9FAF714012b05358
Octal31137236724012260123130
Binary1100100111111010111101111010001101011000010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FAF7; }

 p { color: rgb(201,250,247); }

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

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

 a { background-color: rgb(201,250,247); }

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

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

 span { border-color: rgb(201,250,247); }

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