#C1E2FB

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

Shades of Pattens Blue #C1E2FB

Tints of Pattens Blue #C1E2FB

Color information

#C1E2FB (or 0xC1E2FB) is unknown color: approx Pattens Blue. HEX triplet: C1, E2 and FB. RGB value is (193,226,251). Sum of RGB (Red+Green+Blue) = 193+226+251=670 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.81% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1E2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1E2FB is #3E1D04. Grayscale: #DADADA. Windows color (decimal): -4070661 or 16507585. OLE color: 16507585.

HSL color Cylindrical-coordinate representation of color #C1E2FB: hue angle of 205.86º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1E2FB is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193226251-
CMYK0.230.1000.02
HSL205.86º87.88%87.06%-
HSV(B)205.86º23.11%98.43%-
XYZ66.672.7101.79-
YUV218.98146.07109.47-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.81%
GREEN value IS 226 (88.67% from 255) = 33.73%
BLUE value IS 251 (98.44% from 255) = 37.46%
R=28.81%
G=33.73%
B=37.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1932262510.230.1000.02205.8687.8887.06
HexC1E2FB17A02ce5857
Octal301342373271202316130127
Binary1100000111100010111110111011110100101100111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E2FB; }

 p { color: rgb(193,226,251); }

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

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

 a { background-color: rgb(193,226,251); }

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

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

 span { border-color: rgb(193,226,251); }

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