#C2E3FE

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

Shades of Pattens Blue #C2E3FE

Tints of Pattens Blue #C2E3FE

Color information

#C2E3FE (or 0xC2E3FE) is unknown color: approx Pattens Blue. HEX triplet: C2, E3 and FE. RGB value is (194,227,254). Sum of RGB (Red+Green+Blue) = 194+227+254=675 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.74% from 675); Green value is 227 (89.06% from 255 or 33.63% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2E3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E3FE is #3D1C01. Grayscale: #DCDCDC. Windows color (decimal): -4004866 or 16704450. OLE color: 16704450.

HSL color Cylindrical-coordinate representation of color #C2E3FE: hue angle of 207º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2E3FE is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB194227254-
CMYK0.240.1100.00
HSL207º96.77%87.84%-
HSV(B)207º23.62%99.61%-
XYZ67.6173.56104.4-
YUV220.21147.07109.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.74%
GREEN value IS 227 (89.06% from 255) = 33.63%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=28.74%
G=33.63%
B=37.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942272540.240.1100.0020796.7787.84
HexC2E3FE18B00cf6158
Octal302343376301300317141130
Binary110000101110001111111110110001011001100111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E3FE; }

 p { color: rgb(194,227,254); }

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

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

 a { background-color: rgb(194,227,254); }

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

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

 span { border-color: rgb(194,227,254); }

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