#C5F9FB

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

Shades of Oyster Bay #C5F9FB

Tints of Oyster Bay #C5F9FB

Color information

#C5F9FB (or 0xC5F9FB) is unknown color: approx Oyster Bay. HEX triplet: C5, F9 and FB. RGB value is (197,249,251). Sum of RGB (Red+Green+Blue) = 197+249+251=697 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.26% from 697); Green value is 249 (97.66% from 255 or 35.72% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5F9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F9FB is #3A0604. Grayscale: #E9E9E9. Windows color (decimal): -3802629 or 16513477. OLE color: 16513477.

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

Color convert

RGB197249251-
CMYK0.220.0100.02
HSL182.22º87.1%87.84%-
HSV(B)182.22º21.51%98.43%-
XYZ74.3186.59104.06-
YUV233.68137.77101.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.26%
GREEN value IS 249 (97.66% from 255) = 35.72%
BLUE value IS 251 (98.44% from 255) = 36.01%
R=28.26%
G=35.72%
B=36.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972492510.220.0100.02182.2287.187.84
HexC5F9FB16102b65758
Octal30537137326102266127130
Binary1100010111111001111110111011010101011011010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F9FB; }

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

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

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

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

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

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

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

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