#C4FDFA

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

Shades of Oyster Bay #C4FDFA

Tints of Oyster Bay #C4FDFA

Color information

#C4FDFA (or 0xC4FDFA) is unknown color: approx Oyster Bay. HEX triplet: C4, FD and FA. RGB value is (196,253,250). Sum of RGB (Red+Green+Blue) = 196+253+250=699 (92% of max value = 765). Red value is 196 (76.95% from 255 or 28.04% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #C4FDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FDFA is #3B0205. Grayscale: #EBEBEB. Windows color (decimal): -3867142 or 16448964. OLE color: 16448964.

HSL color Cylindrical-coordinate representation of color #C4FDFA: hue angle of 176.84º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FDFA is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB196253250-
CMYK0.2300.010.01
HSL176.84º93.44%88.04%-
HSV(B)176.84º22.53%99.22%-
XYZ75.1588.89103.64-
YUV235.62136.1299.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.04%
GREEN value IS 253 (99.22% from 255) = 36.19%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=28.04%
G=36.19%
B=35.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962532500.2300.010.01176.8493.4488.04
HexC4FDFA17011b15d58
Octal30437537227011261135130
Binary110001001111110111111010101110111011000110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FDFA; }

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

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

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

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

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

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

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

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