#C9FBF9

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

Shades of Oyster Bay #C9FBF9

Tints of Oyster Bay #C9FBF9

Color information

#C9FBF9 (or 0xC9FBF9) is unknown color: approx Oyster Bay. HEX triplet: C9, FB and F9. RGB value is (201,251,249). Sum of RGB (Red+Green+Blue) = 201+251+249=701 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.67% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FBF9 is #360406. Grayscale: #EBEBEB. Windows color (decimal): -3539975 or 16382921. OLE color: 16382921.

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

Color convert

RGB201251249-
CMYK0.2000.010.02
HSL177.6º86.21%88.63%-
HSV(B)177.6º19.92%98.43%-
XYZ75.6888.25102.67-
YUV235.82135.44103.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.67%
GREEN value IS 251 (98.44% from 255) = 35.81%
BLUE value IS 249 (97.66% from 255) = 35.52%
R=28.67%
G=35.81%
B=35.52%

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
Decimal2012512490.2000.010.02177.686.2188.63
HexC9FBF914012b25659
Octal31137337124012262126131
Binary1100100111111011111110011010001101011001010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FBF9; }

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

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

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

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

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

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

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

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