#c3e2fe

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

Shades of Pattens Blue #C3E2FE

Tints of Pattens Blue #C3E2FE

Color information

#C3E2FE (or 0xC3E2FE) is unknown color: approx Pattens Blue. HEX triplet: C3, E2 and FE. RGB value is (195,226,254). Sum of RGB (Red+Green+Blue) = 195+226+254=675 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.89% from 675); Green value is 226 (88.67% from 255 or 33.48% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3E2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E2FE is #3C1D01. Grayscale: #DBDBDB. Windows color (decimal): -3939586 or 16704195. OLE color: 16704195.

HSL color Cylindrical-coordinate representation of color #C3E2FE: hue angle of 208.47º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3E2FE is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB195226254-
CMYK0.230.1100.00
HSL208.47º96.72%88.04%-
HSV(B)208.47º23.23%99.61%-
XYZ67.5973.15104.32-
YUV219.92147.23110.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 28.89%
GREEN value IS 226 (88.67% from 255) = 33.48%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=28.89%
G=33.48%
B=37.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1952262540.230.1100.00208.4796.7288.04
HexC3E2FE17B00d06158
Octal303342376271300320141130
Binary110000111110001011111110101111011001101000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3e2fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3e2fe; }

 p { color: rgb(195,226,254); }

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

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

 a { background-color: rgb(195,226,254); }

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

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

 span { border-color: rgb(195,226,254); }

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