#C1EAFE

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

Shades of Pattens Blue #C1EAFE

Tints of Pattens Blue #C1EAFE

Color information

#C1EAFE (or 0xC1EAFE) is unknown color: approx Pattens Blue. HEX triplet: C1, EA and FE. RGB value is (193,234,254). Sum of RGB (Red+Green+Blue) = 193+234+254=681 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.34% from 681); Green value is 234 (91.80% from 255 or 34.36% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EAFE is #3E1501. Grayscale: #DFDFDF. Windows color (decimal): -4068610 or 16706241. OLE color: 16706241.

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

Color convert

RGB193234254-
CMYK0.240.0800.00
HSL199.67º96.83%87.65%-
HSV(B)199.67º24.02%99.61%-
XYZ69.377.34105.04-
YUV224.02144.92105.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.34%
GREEN value IS 234 (91.80% from 255) = 34.36%
BLUE value IS 254 (99.61% from 255) = 37.30%
R=28.34%
G=34.36%
B=37.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1932342540.240.0800.00199.6796.8387.65
HexC1EAFE18800c86158
Octal301352376301000310141130
Binary110000011110101011111110110001000001100100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EAFE; }

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

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

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

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

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

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

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

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