#C9FAFA

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

Shades of Oyster Bay #C9FAFA

Tints of Oyster Bay #C9FAFA

Color information

#C9FAFA (or 0xC9FAFA) is unknown color: approx Oyster Bay. HEX triplet: C9, FA and FA. RGB value is (201,250,250). Sum of RGB (Red+Green+Blue) = 201+250+250=701 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.67% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #C9FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FAFA is #360505. Grayscale: #EBEBEB. Windows color (decimal): -3540230 or 16448201. OLE color: 16448201.

HSL color Cylindrical-coordinate representation of color #C9FAFA: hue angle of 180º 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 #C9FAFA is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201250250-
CMYK0.20000.02
HSL180º83.05%88.43%-
HSV(B)180º19.6%98.04%-
XYZ75.5387.69103.39-
YUV235.35136.27103.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.67%
GREEN value IS 250 (98.05% from 255) = 35.66%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=28.67%
G=35.66%
B=35.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012502500.20000.0218083.0588.43
HexC9FAFA14002b45358
Octal31137237224002264123130
Binary1100100111111010111110101010000101011010010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FAFA; }

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

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

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

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

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

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

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

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