#C3E1F1

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

Shades of Pattens Blue #C3E1F1

Tints of Pattens Blue #C3E1F1

Color information

#C3E1F1 (or 0xC3E1F1) is unknown color: approx Pattens Blue. HEX triplet: C3, E1 and F1. RGB value is (195,225,241). Sum of RGB (Red+Green+Blue) = 195+225+241=661 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.50% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3E1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E1F1 is #3C1E0E. Grayscale: #D9D9D9. Windows color (decimal): -3939855 or 15851971. OLE color: 15851971.

HSL color Cylindrical-coordinate representation of color #C3E1F1: hue angle of 200.87º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3E1F1 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB195225241-
CMYK0.190.0700.05
HSL200.87º62.16%85.49%-
HSV(B)200.87º19.09%94.51%-
XYZ65.3171.893.64-
YUV217.85141.06111.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.50%
GREEN value IS 225 (88.28% from 255) = 34.04%
BLUE value IS 241 (94.53% from 255) = 36.46%
R=29.50%
G=34.04%
B=36.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952252410.190.0700.05200.8762.1685.49
HexC3E1F113705c93e55
Octal3033413612370531176125
Binary110000111110000111110001100111110101110010011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E1F1; }

 p { color: rgb(195,225,241); }

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

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

 a { background-color: rgb(195,225,241); }

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

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

 span { border-color: rgb(195,225,241); }

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