#C4EDFF

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

Shades of Pattens Blue #C4EDFF

Tints of Pattens Blue #C4EDFF

Color information

#C4EDFF (or 0xC4EDFF) is unknown color: approx Pattens Blue. HEX triplet: C4, ED and FF. RGB value is (196,237,255). Sum of RGB (Red+Green+Blue) = 196+237+255=688 (91% of max value = 765). Red value is 196 (76.95% from 255 or 28.49% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4EDFF is #3B1200. Grayscale: #E2E2E2. Windows color (decimal): -3871233 or 16772548. OLE color: 16772548.

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

Color convert

RGB196237255-
CMYK0.230.0700
HSL198.31º100%88.43%-
HSV(B)198.31º23.14%100%-
XYZ71.179.52106.21-
YUV226.79143.92106.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 28.49%
GREEN value IS 237 (92.97% from 255) = 34.45%
BLUE value IS 255 (100% from 255) = 37.06%
R=28.49%
G=34.45%
B=37.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1962372550.230.0700198.3110088.43
HexC4EDFF17700c66458
Octal30435537727700306144130
Binary11000100111011011111111110111111001100011011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4EDFF; }

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

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

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

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

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

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

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

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