#C5FAF8

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

Shades of Oyster Bay #C5FAF8

Tints of Oyster Bay #C5FAF8

Color information

#C5FAF8 (or 0xC5FAF8) is unknown color: approx Oyster Bay. HEX triplet: C5, FA and F8. RGB value is (197,250,248). Sum of RGB (Red+Green+Blue) = 197+250+248=695 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.35% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 248 (97.27% from 255 or 35.68% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FAF8 is #3A0507. Grayscale: #E9E9E9. Windows color (decimal): -3802376 or 16317125. OLE color: 16317125.

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

Color convert

RGB197250248-
CMYK0.2100.010.02
HSL177.74º84.13%87.65%-
HSV(B)177.74º21.2%98.04%-
XYZ74.1587.02101.69-
YUV233.92135.94101.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.35%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 248 (97.27% from 255) = 35.68%
R=28.35%
G=35.97%
B=35.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972502480.2100.010.02177.7484.1387.65
HexC5FAF815012b25458
Octal30537237025012262124130
Binary1100010111111010111110001010101101011001010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FAF8; }

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

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

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

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

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

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

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

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