#C5ECFC

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

Shades of Pattens Blue #C5ECFC

Tints of Pattens Blue #C5ECFC

Color information

#C5ECFC (or 0xC5ECFC) is unknown color: approx Pattens Blue. HEX triplet: C5, EC and FC. RGB value is (197,236,252). Sum of RGB (Red+Green+Blue) = 197+236+252=685 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.76% from 685); Green value is 236 (92.58% from 255 or 34.45% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5ECFC is #3A1303. Grayscale: #E2E2E2. Windows color (decimal): -3805956 or 16575685. OLE color: 16575685.

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

Color convert

RGB197236252-
CMYK0.220.0600.01
HSL197.45º90.16%88.04%-
HSV(B)197.45º21.83%98.82%-
XYZ70.5978.89103.6-
YUV226.16142.58107.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.76%
GREEN value IS 236 (92.58% from 255) = 34.45%
BLUE value IS 252 (98.83% from 255) = 36.79%
R=28.76%
G=34.45%
B=36.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1972362520.220.0600.01197.4590.1688.04
HexC5ECFC16601c55a58
Octal30535437426601305132130
Binary11000101111011001111110010110110011100010110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ECFC; }

 p { color: rgb(197,236,252); }

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

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

 a { background-color: rgb(197,236,252); }

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

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

 span { border-color: rgb(197,236,252); }

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