#C5E0FA

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

Shades of Pattens Blue #C5E0FA

Tints of Pattens Blue #C5E0FA

Color information

#C5E0FA (or 0xC5E0FA) is unknown color: approx Pattens Blue. HEX triplet: C5, E0 and FA. RGB value is (197,224,250). Sum of RGB (Red+Green+Blue) = 197+224+250=671 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.36% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5E0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5E0FA is #3A1F05. Grayscale: #DADADA. Windows color (decimal): -3809030 or 16441541. OLE color: 16441541.

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

Color convert

RGB197224250-
CMYK0.210.1000.02
HSL209.43º84.13%87.65%-
HSV(B)209.43º21.2%98.04%-
XYZ66.9472.08100.83-
YUV218.89145.55112.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.36%
GREEN value IS 224 (87.89% from 255) = 33.38%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=29.36%
G=33.38%
B=37.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972242500.210.1000.02209.4384.1387.65
HexC5E0FA15A02d15458
Octal305340372251202321124130
Binary1100010111100000111110101010110100101101000110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E0FA; }

 p { color: rgb(197,224,250); }

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

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

 a { background-color: rgb(197,224,250); }

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

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

 span { border-color: rgb(197,224,250); }

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