#C4E1FE

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

Shades of Pattens Blue #C4E1FE

Tints of Pattens Blue #C4E1FE

Color information

#C4E1FE (or 0xC4E1FE) is unknown color: approx Pattens Blue. HEX triplet: C4, E1 and FE. RGB value is (196,225,254). Sum of RGB (Red+Green+Blue) = 196+225+254=675 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.04% from 675); Green value is 225 (88.28% from 255 or 33.33% 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 #C4E1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4E1FE is #3B1E01. Grayscale: #DBDBDB. Windows color (decimal): -3874306 or 16703940. OLE color: 16703940.

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

Color convert

RGB196225254-
CMYK0.230.1100.00
HSL210º96.67%88.24%-
HSV(B)210º22.83%99.61%-
XYZ67.5872.74104.24-
YUV219.63147.39111.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.04%
GREEN value IS 225 (88.28% from 255) = 33.33%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=29.04%
G=33.33%
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
Decimal1962252540.230.1100.0021096.6788.24
HexC4E1FE17B00d26158
Octal304341376271300322141130
Binary110001001110000111111110101111011001101001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4E1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4E1FE; }

 p { color: rgb(196,225,254); }

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

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

 a { background-color: rgb(196,225,254); }

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

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

 span { border-color: rgb(196,225,254); }

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