#C4E2FF

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

Shades of Pattens Blue #C4E2FF

Tints of Pattens Blue #C4E2FF

Color information

#C4E2FF (or 0xC4E2FF) is unknown color: approx Pattens Blue. HEX triplet: C4, E2 and FF. RGB value is (196,226,255). Sum of RGB (Red+Green+Blue) = 196+226+255=677 (89% of max value = 765). Red value is 196 (76.95% from 255 or 28.95% from 677); Green value is 226 (88.67% from 255 or 33.38% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4E2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4E2FF is #3B1D00. Grayscale: #DCDCDC. Windows color (decimal): -3874049 or 16769732. OLE color: 16769732.

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

Color convert

RGB196226255-
CMYK0.230.1100
HSL209.49º100%88.43%-
HSV(B)209.49º23.14%100%-
XYZ68.0173.35105.18-
YUV220.34147.56110.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.95%
GREEN value IS 226 (88.67% from 255) = 33.38%
BLUE value IS 255 (100% from 255) = 37.67%
R=28.95%
G=33.38%
B=37.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1962262550.230.1100209.4910088.43
HexC4E2FF17B00d16458
Octal304342377271300321144130
Binary110001001110001011111111101111011001101000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4E2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4E2FF; }

 p { color: rgb(196,226,255); }

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

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

 a { background-color: rgb(196,226,255); }

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

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

 span { border-color: rgb(196,226,255); }

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