#C4FBFA

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

Shades of Oyster Bay #C4FBFA

Tints of Oyster Bay #C4FBFA

Color information

#C4FBFA (or 0xC4FBFA) is unknown color: approx Oyster Bay. HEX triplet: C4, FB and FA. RGB value is (196,251,250). Sum of RGB (Red+Green+Blue) = 196+251+250=697 (92% of max value = 765). Red value is 196 (76.95% from 255 or 28.12% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #C4FBFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FBFA is #3B0405. Grayscale: #EAEAEA. Windows color (decimal): -3867654 or 16448452. OLE color: 16448452.

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

Color convert

RGB196251250-
CMYK0.2200.000.02
HSL178.91º87.3%87.65%-
HSV(B)178.91º21.91%98.43%-
XYZ74.5287.63103.43-
YUV234.44136.78100.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.12%
GREEN value IS 251 (98.44% from 255) = 36.01%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=28.12%
G=36.01%
B=35.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962512500.2200.000.02178.9187.387.65
HexC4FBFA16002b35758
Octal30437337226002263127130
Binary1100010011111011111110101011000101011001110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FBFA; }

 p { color: rgb(196,251,250); }

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

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

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

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

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

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

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