#C4FAFB

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

Shades of Oyster Bay #C4FAFB

Tints of Oyster Bay #C4FAFB

Color information

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

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

Color convert

RGB196250251-
CMYK0.220.0000.02
HSL181.09º87.3%87.65%-
HSV(B)181.09º21.91%98.43%-
XYZ74.3687.07104.15-
YUV233.97137.61100.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962502510.220.0000.02181.0987.387.65
HexC4FAFB16002b55758
Octal30437237326002265127130
Binary1100010011111010111110111011000101011010110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FAFB; }

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

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

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

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

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

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

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

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