#C6FAF7

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

Shades of Oyster Bay #C6FAF7

Tints of Oyster Bay #C6FAF7

Color information

#C6FAF7 (or 0xC6FAF7) is unknown color: approx Oyster Bay. HEX triplet: C6, FA and F7. RGB value is (198,250,247). Sum of RGB (Red+Green+Blue) = 198+250+247=695 (92% of max value = 765). Red value is 198 (77.73% from 255 or 28.49% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 247 (96.88% from 255 or 35.54% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FAF7 is #390508. Grayscale: #EAEAEA. Windows color (decimal): -3736841 or 16251590. OLE color: 16251590.

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

Color convert

RGB198250247-
CMYK0.2100.010.02
HSL176.54º83.87%87.84%-
HSV(B)176.54º20.8%98.04%-
XYZ74.2687.09100.89-
YUV234.11135.27102.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.49%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 247 (96.88% from 255) = 35.54%
R=28.49%
G=35.97%
B=35.54%

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
Decimal1982502470.2100.010.02176.5483.8787.84
HexC6FAF715012b15458
Octal30637236725012261124130
Binary1100011011111010111101111010101101011000110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FAF7; }

 p { color: rgb(198,250,247); }

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

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

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

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

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

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

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