#C1E3FF

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

Shades of Pattens Blue #C1E3FF

Tints of Pattens Blue #C1E3FF

Color information

#C1E3FF (or 0xC1E3FF) is unknown color: approx Pattens Blue. HEX triplet: C1, E3 and FF. RGB value is (193,227,255). Sum of RGB (Red+Green+Blue) = 193+227+255=675 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.59% from 675); Green value is 227 (89.06% from 255 or 33.63% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1E3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E3FF is #3E1C00. Grayscale: #DBDBDB. Windows color (decimal): -4070401 or 16769985. OLE color: 16769985.

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

Color convert

RGB193227255-
CMYK0.240.1100
HSL207.1º100%87.84%-
HSV(B)207.1º24.31%100%-
XYZ67.5173.5105.24-
YUV220.03147.74108.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.59%
GREEN value IS 227 (89.06% from 255) = 33.63%
BLUE value IS 255 (100% from 255) = 37.78%
R=28.59%
G=33.63%
B=37.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932272550.240.1100207.110087.84
HexC1E3FF18B00cf6458
Octal301343377301300317144130
Binary110000011110001111111111110001011001100111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E3FF; }

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

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

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

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

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

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

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

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