#C1EAFF

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

Shades of Pattens Blue #C1EAFF

Tints of Pattens Blue #C1EAFF

Color information

#C1EAFF (or 0xC1EAFF) is unknown color: approx Pattens Blue. HEX triplet: C1, EA and FF. RGB value is (193,234,255). Sum of RGB (Red+Green+Blue) = 193+234+255=682 (90% of max value = 765). Red value is 193 (75.78% from 255 or 28.30% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EAFF is #3E1500. Grayscale: #E0E0E0. Windows color (decimal): -4068609 or 16771777. OLE color: 16771777.

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

Color convert

RGB193234255-
CMYK0.240.0800
HSL200.32º100%87.84%-
HSV(B)200.32º24.31%100%-
XYZ69.4777.4105.89-
YUV224.14145.42105.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.30%
GREEN value IS 234 (91.80% from 255) = 34.31%
BLUE value IS 255 (100% from 255) = 37.39%
R=28.30%
G=34.31%
B=37.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932342550.240.0800200.3210087.84
HexC1EAFF18800c86458
Octal301352377301000310144130
Binary110000011110101011111111110001000001100100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EAFF; }

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

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

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

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

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

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

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

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