#C1E5FC

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

Shades of Pattens Blue #C1E5FC

Tints of Pattens Blue #C1E5FC

Color information

#C1E5FC (or 0xC1E5FC) is unknown color: approx Pattens Blue. HEX triplet: C1, E5 and FC. RGB value is (193,229,252). Sum of RGB (Red+Green+Blue) = 193+229+252=674 (89% of max value = 765). Red value is 193 (75.78% from 255 or 28.64% from 674); Green value is 229 (89.84% from 255 or 33.98% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1E5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E5FC is #3E1A03. Grayscale: #DCDCDC. Windows color (decimal): -4069892 or 16573889. OLE color: 16573889.

HSL color Cylindrical-coordinate representation of color #C1E5FC: hue angle of 203.39º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1E5FC is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193229252-
CMYK0.230.0900.01
HSL203.39º90.77%87.25%-
HSV(B)203.39º23.41%98.82%-
XYZ67.5874.4102.89-
YUV220.86145.57108.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.64%
GREEN value IS 229 (89.84% from 255) = 33.98%
BLUE value IS 252 (98.83% from 255) = 37.39%
R=28.64%
G=33.98%
B=37.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1932292520.230.0900.01203.3990.7787.25
HexC1E5FC17901cb5b57
Octal301345374271101313133127
Binary110000011110010111111100101111001011100101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E5FC; }

 p { color: rgb(193,229,252); }

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

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

 a { background-color: rgb(193,229,252); }

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

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

 span { border-color: rgb(193,229,252); }

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