#C2E5FC

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

Shades of Pattens Blue #C2E5FC

Tints of Pattens Blue #C2E5FC

Color information

#C2E5FC (or 0xC2E5FC) is unknown color: approx Pattens Blue. HEX triplet: C2, E5 and FC. RGB value is (194,229,252). Sum of RGB (Red+Green+Blue) = 194+229+252=675 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.74% from 675); Green value is 229 (89.84% from 255 or 33.93% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2E5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E5FC is #3D1A03. Grayscale: #DDDDDD. Windows color (decimal): -4004356 or 16573890. OLE color: 16573890.

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

Color convert

RGB194229252-
CMYK0.230.0900.01
HSL203.79º90.62%87.45%-
HSV(B)203.79º23.02%98.82%-
XYZ67.8474.54102.91-
YUV221.16145.4108.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.74%
GREEN value IS 229 (89.84% from 255) = 33.93%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=28.74%
G=33.93%
B=37.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942292520.230.0900.01203.7990.6287.45
HexC2E5FC17901cc5b57
Octal302345374271101314133127
Binary110000101110010111111100101111001011100110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E5FC; }

 p { color: rgb(194,229,252); }

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

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

 a { background-color: rgb(194,229,252); }

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

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

 span { border-color: rgb(194,229,252); }

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