#C2E1FF

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

Shades of Pattens Blue #C2E1FF

Tints of Pattens Blue #C2E1FF

Color information

#C2E1FF (or 0xC2E1FF) is unknown color: approx Pattens Blue. HEX triplet: C2, E1 and FF. RGB value is (194,225,255). Sum of RGB (Red+Green+Blue) = 194+225+255=674 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.78% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2E1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2E1FF is #3D1E00. Grayscale: #DBDBDB. Windows color (decimal): -4005377 or 16769474. OLE color: 16769474.

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

Color convert

RGB194225255-
CMYK0.240.1200
HSL209.51º100%88.04%-
HSV(B)209.51º23.92%100%-
XYZ67.2272.54105.07-
YUV219.15148.23110.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.78%
GREEN value IS 225 (88.28% from 255) = 33.38%
BLUE value IS 255 (100% from 255) = 37.83%
R=28.78%
G=33.38%
B=37.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942252550.240.1200209.5110088.04
HexC2E1FF18C00d26458
Octal302341377301400322144130
Binary110000101110000111111111110001100001101001011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E1FF; }

 p { color: rgb(194,225,255); }

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

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

 a { background-color: rgb(194,225,255); }

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

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

 span { border-color: rgb(194,225,255); }

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