#C6E1FF

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

Shades of Pattens Blue #C6E1FF

Tints of Pattens Blue #C6E1FF

Color information

#C6E1FF (or 0xC6E1FF) is unknown color: approx Pattens Blue. HEX triplet: C6, E1 and FF. RGB value is (198,225,255). Sum of RGB (Red+Green+Blue) = 198+225+255=678 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.20% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6E1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6E1FF is #391E00. Grayscale: #DCDCDC. Windows color (decimal): -3743233 or 16769478. OLE color: 16769478.

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

Color convert

RGB198225255-
CMYK0.220.1200
HSL211.58º100%88.82%-
HSV(B)211.58º22.35%100%-
XYZ68.2673.08105.11-
YUV220.35147.55112.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.20%
GREEN value IS 225 (88.28% from 255) = 33.19%
BLUE value IS 255 (100% from 255) = 37.61%
R=29.20%
G=33.19%
B=37.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1982252550.220.1200211.5810088.82
HexC6E1FF16C00d46459
Octal306341377261400324144131
Binary110001101110000111111111101101100001101010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6E1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6E1FF; }

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

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

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

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

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

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

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

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