#C4E0FB

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

Shades of Pattens Blue #C4E0FB

Tints of Pattens Blue #C4E0FB

Color information

#C4E0FB (or 0xC4E0FB) is unknown color: approx Pattens Blue. HEX triplet: C4, E0 and FB. RGB value is (196,224,251). Sum of RGB (Red+Green+Blue) = 196+224+251=671 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.21% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #C4E0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4E0FB is #3B1F04. Grayscale: #DADADA. Windows color (decimal): -3874565 or 16507076. OLE color: 16507076.

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

Color convert

RGB196224251-
CMYK0.220.1100.02
HSL209.45º87.3%87.65%-
HSV(B)209.45º21.91%98.43%-
XYZ66.8372.01101.64-
YUV218.71146.22111.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.21%
GREEN value IS 224 (87.89% from 255) = 33.38%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=29.21%
G=33.38%
B=37.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1962242510.220.1100.02209.4587.387.65
HexC4E0FB16B02d15758
Octal304340373261302321127130
Binary1100010011100000111110111011010110101101000110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4E0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4E0FB; }

 p { color: rgb(196,224,251); }

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

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

 a { background-color: rgb(196,224,251); }

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

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

 span { border-color: rgb(196,224,251); }

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