#C5EAFF

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

Shades of Pattens Blue #C5EAFF

Tints of Pattens Blue #C5EAFF

Color information

#C5EAFF (or 0xC5EAFF) is unknown color: approx Pattens Blue. HEX triplet: C5, EA and FF. RGB value is (197,234,255). Sum of RGB (Red+Green+Blue) = 197+234+255=686 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.72% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EAFF is #3A1500. Grayscale: #E1E1E1. Windows color (decimal): -3806465 or 16771781. OLE color: 16771781.

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

Color convert

RGB197234255-
CMYK0.230.0800
HSL201.72º100%88.63%-
HSV(B)201.72º22.75%100%-
XYZ70.577.94105.94-
YUV225.33144.74107.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.72%
GREEN value IS 234 (91.80% from 255) = 34.11%
BLUE value IS 255 (100% from 255) = 37.17%
R=28.72%
G=34.11%
B=37.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972342550.230.0800201.7210088.63
HexC5EAFF17800ca6459
Octal305352377271000312144131
Binary110001011110101011111111101111000001100101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EAFF; }

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

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

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

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

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

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

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

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