#C5E8FA

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

Shades of Pattens Blue #C5E8FA

Tints of Pattens Blue #C5E8FA

Color information

#C5E8FA (or 0xC5E8FA) is unknown color: approx Pattens Blue. HEX triplet: C5, E8 and FA. RGB value is (197,232,250). Sum of RGB (Red+Green+Blue) = 197+232+250=679 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.01% from 679); Green value is 232 (91.02% from 255 or 34.17% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5E8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5E8FA is #3A1705. Grayscale: #DFDFDF. Windows color (decimal): -3806982 or 16443589. OLE color: 16443589.

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

Color convert

RGB197232250-
CMYK0.210.0700.02
HSL200.38º84.13%87.65%-
HSV(B)200.38º21.2%98.04%-
XYZ69.1476.49101.56-
YUV223.59142.9109.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.01%
GREEN value IS 232 (91.02% from 255) = 34.17%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=29.01%
G=34.17%
B=36.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972322500.210.0700.02200.3884.1387.65
HexC5E8FA15702c85458
Octal30535037225702310124130
Binary110001011110100011111010101011110101100100010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E8FA; }

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

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

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

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

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

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

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

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