#C3E8FC

Color #C3E8FC Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #C3E8FC

Tints of Pattens Blue #C3E8FC

Color information

#C3E8FC (or 0xC3E8FC) is unknown color: approx Pattens Blue. HEX triplet: C3, E8 and FC. RGB value is (195,232,252). Sum of RGB (Red+Green+Blue) = 195+232+252=679 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.72% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3E8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3E8FC is #3C1703. Grayscale: #DFDFDF. Windows color (decimal): -3938052 or 16574659. OLE color: 16574659.

HSL color Cylindrical-coordinate representation of color #C3E8FC: hue angle of 201.05º degrees, saturation: 0.9, 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 #C3E8FC is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195232252-
CMYK0.230.0800.01
HSL201.05º90.48%87.65%-
HSV(B)201.05º22.62%98.82%-
XYZ68.9376.34103.2-
YUV223.22144.24107.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.72%
GREEN value IS 232 (91.02% from 255) = 34.17%
BLUE value IS 252 (98.83% from 255) = 37.11%
R=28.72%
G=34.17%
B=37.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1952322520.230.0800.01201.0590.4887.65
HexC3E8FC17801c95a58
Octal303350374271001311132130
Binary110000111110100011111100101111000011100100110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E8FC; }

 p { color: rgb(195,232,252); }

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

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

 a { background-color: rgb(195,232,252); }

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

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

 span { border-color: rgb(195,232,252); }

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