#C4E6FD

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

Shades of Pattens Blue #C4E6FD

Tints of Pattens Blue #C4E6FD

Color information

#C4E6FD (or 0xC4E6FD) is unknown color: approx Pattens Blue. HEX triplet: C4, E6 and FD. RGB value is (196,230,253). Sum of RGB (Red+Green+Blue) = 196+230+253=679 (89% of max value = 765). Red value is 196 (76.95% from 255 or 28.87% from 679); Green value is 230 (90.23% from 255 or 33.87% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4E6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4E6FD is #3B1902. Grayscale: #DEDEDE. Windows color (decimal): -3873027 or 16639684. OLE color: 16639684.

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

Color convert

RGB196230253-
CMYK0.230.0900.01
HSL204.21º93.44%88.04%-
HSV(B)204.21º22.53%99.22%-
XYZ68.7975.42103.86-
YUV222.46145.24109.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.87%
GREEN value IS 230 (90.23% from 255) = 33.87%
BLUE value IS 253 (99.22% from 255) = 37.26%
R=28.87%
G=33.87%
B=37.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962302530.230.0900.01204.2193.4488.04
HexC4E6FD17901cc5d58
Octal304346375271101314135130
Binary110001001110011011111101101111001011100110010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4E6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4E6FD; }

 p { color: rgb(196,230,253); }

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

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

 a { background-color: rgb(196,230,253); }

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

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

 span { border-color: rgb(196,230,253); }

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