#C5FAFA

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

Shades of Oyster Bay #C5FAFA

Tints of Oyster Bay #C5FAFA

Color information

#C5FAFA (or 0xC5FAFA) is unknown color: approx Oyster Bay. HEX triplet: C5, FA and FA. RGB value is (197,250,250). Sum of RGB (Red+Green+Blue) = 197+250+250=697 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.26% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #C5FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FAFA is #3A0505. Grayscale: #EAEAEA. Windows color (decimal): -3802374 or 16448197. OLE color: 16448197.

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

Color convert

RGB197250250-
CMYK0.21000.02
HSL180º84.13%87.65%-
HSV(B)180º21.2%98.04%-
XYZ74.4787.14103.34-
YUV234.15136.94101.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.26%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=28.26%
G=35.87%
B=35.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972502500.21000.0218084.1387.65
HexC5FAFA15002b45458
Octal30537237225002264124130
Binary1100010111111010111110101010100101011010010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FAFA; }

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

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

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

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

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

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

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

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