#C5EBFF

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

Shades of Pattens Blue #C5EBFF

Tints of Pattens Blue #C5EBFF

Color information

#C5EBFF (or 0xC5EBFF) is unknown color: approx Pattens Blue. HEX triplet: C5, EB and FF. RGB value is (197,235,255). Sum of RGB (Red+Green+Blue) = 197+235+255=687 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.68% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EBFF is #3A1400. Grayscale: #E1E1E1. Windows color (decimal): -3806209 or 16772037. OLE color: 16772037.

HSL color Cylindrical-coordinate representation of color #C5EBFF: hue angle of 200.69º 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 #C5EBFF is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB197235255-
CMYK0.230.0800
HSL200.69º100%88.63%-
HSV(B)200.69º22.75%100%-
XYZ70.7878.51106.03-
YUV225.92144.41107.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.68%
GREEN value IS 235 (92.19% from 255) = 34.21%
BLUE value IS 255 (100% from 255) = 37.12%
R=28.68%
G=34.21%
B=37.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1972352550.230.0800200.6910088.63
HexC5EBFF17800c96459
Octal305353377271000311144131
Binary110001011110101111111111101111000001100100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EBFF; }

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

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

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

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

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

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

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

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