#C2E0FB

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

Shades of Pattens Blue #C2E0FB

Tints of Pattens Blue #C2E0FB

Color information

#C2E0FB (or 0xC2E0FB) is unknown color: approx Pattens Blue. HEX triplet: C2, E0 and FB. RGB value is (194,224,251). Sum of RGB (Red+Green+Blue) = 194+224+251=669 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.00% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2E0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E0FB is #3D1F04. Grayscale: #D9D9D9. Windows color (decimal): -4005637 or 16507074. OLE color: 16507074.

HSL color Cylindrical-coordinate representation of color #C2E0FB: hue angle of 208.42º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2E0FB is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194224251-
CMYK0.230.1100.02
HSL208.42º87.69%87.25%-
HSV(B)208.42º22.71%98.43%-
XYZ66.3271.75101.62-
YUV218.11146.56110.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.00%
GREEN value IS 224 (87.89% from 255) = 33.48%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=29.00%
G=33.48%
B=37.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942242510.230.1100.02208.4287.6987.25
HexC2E0FB17B02d05857
Octal302340373271302320130127
Binary1100001011100000111110111011110110101101000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E0FB; }

 p { color: rgb(194,224,251); }

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

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

 a { background-color: rgb(194,224,251); }

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

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

 span { border-color: rgb(194,224,251); }

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