#C1E1FE

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

Shades of Pattens Blue #C1E1FE

Tints of Pattens Blue #C1E1FE

Color information

#C1E1FE (or 0xC1E1FE) is unknown color: approx Pattens Blue. HEX triplet: C1, E1 and FE. RGB value is (193,225,254). Sum of RGB (Red+Green+Blue) = 193+225+254=672 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.72% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1E1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E1FE is #3E1E01. Grayscale: #DADADA. Windows color (decimal): -4070914 or 16703937. OLE color: 16703937.

HSL color Cylindrical-coordinate representation of color #C1E1FE: hue angle of 208.52º 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 #C1E1FE is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB193225254-
CMYK0.240.1100.00
HSL208.52º96.83%87.65%-
HSV(B)208.52º24.02%99.61%-
XYZ66.8172.34104.21-
YUV218.74147.9109.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.72%
GREEN value IS 225 (88.28% from 255) = 33.48%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=28.72%
G=33.48%
B=37.80%

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
Decimal1932252540.240.1100.00208.5296.8387.65
HexC1E1FE18B00d16158
Octal301341376301300321141130
Binary110000011110000111111110110001011001101000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E1FE; }

 p { color: rgb(193,225,254); }

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

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

 a { background-color: rgb(193,225,254); }

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

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

 span { border-color: rgb(193,225,254); }

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