#C5EAFE

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

Shades of Pattens Blue #C5EAFE

Tints of Pattens Blue #C5EAFE

Color information

#C5EAFE (or 0xC5EAFE) is unknown color: approx Pattens Blue. HEX triplet: C5, EA and FE. RGB value is (197,234,254). Sum of RGB (Red+Green+Blue) = 197+234+254=685 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.76% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 254 (99.61% from 255 or 37.08% from 685); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EAFE is #3A1501. Grayscale: #E1E1E1. Windows color (decimal): -3806466 or 16706245. OLE color: 16706245.

HSL color Cylindrical-coordinate representation of color #C5EAFE: hue angle of 201.05º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5EAFE is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB197234254-
CMYK0.220.0800.00
HSL201.05º96.61%88.43%-
HSV(B)201.05º22.44%99.61%-
XYZ70.3477.87105.09-
YUV225.22144.24107.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.76%
GREEN value IS 234 (91.80% from 255) = 34.16%
BLUE value IS 254 (99.61% from 255) = 37.08%
R=28.76%
G=34.16%
B=37.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972342540.220.0800.00201.0596.6188.43
HexC5EAFE16800c96158
Octal305352376261000311141130
Binary110001011110101011111110101101000001100100111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EAFE; }

 p { color: rgb(197,234,254); }

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

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

 a { background-color: rgb(197,234,254); }

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

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

 span { border-color: rgb(197,234,254); }

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