#C4FBF8

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

Shades of Oyster Bay #C4FBF8

Tints of Oyster Bay #C4FBF8

Color information

#C4FBF8 (or 0xC4FBF8) is unknown color: approx Oyster Bay. HEX triplet: C4, FB and F8. RGB value is (196,251,248). Sum of RGB (Red+Green+Blue) = 196+251+248=695 (92% of max value = 765). Red value is 196 (76.95% from 255 or 28.20% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 248 (97.27% from 255 or 35.68% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #C4FBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FBF8 is #3B0407. Grayscale: #EAEAEA. Windows color (decimal): -3867656 or 16317380. OLE color: 16317380.

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

Color convert

RGB196251248-
CMYK0.2200.010.02
HSL176.73º87.3%87.65%-
HSV(B)176.73º21.91%98.43%-
XYZ74.2187.51101.79-
YUV234.21135.78100.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.20%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 248 (97.27% from 255) = 35.68%
R=28.20%
G=36.12%
B=35.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962512480.2200.010.02176.7387.387.65
HexC4FBF816012b15758
Octal30437337026012261127130
Binary1100010011111011111110001011001101011000110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FBF8; }

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

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

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

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

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

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

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

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