#C5DAE9

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

Shades of Pattens Blue #C5DAE9

Tints of Pattens Blue #C5DAE9

Color information

#C5DAE9 (or 0xC5DAE9) is unknown color: approx Pattens Blue. HEX triplet: C5, DA and E9. RGB value is (197,218,233). Sum of RGB (Red+Green+Blue) = 197+218+233=648 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.40% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 233 - color contains mainly: blue. Hex color #C5DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DAE9 is #3A2516. Grayscale: #D5D5D5. Windows color (decimal): -3810583 or 15325893. OLE color: 15325893.

HSL color Cylindrical-coordinate representation of color #C5DAE9: hue angle of 205º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5DAE9 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB197218233-
CMYK0.150.0600.09
HSL205º45%84.31%-
HSV(B)205º15.45%91.37%-
XYZ62.8167.986.89-
YUV213.43139.04116.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.40%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 233 (91.41% from 255) = 35.96%
R=30.40%
G=33.64%
B=35.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1972182330.150.0600.092054584.31
HexC5DAE9F609cd2d54
Octal30533235117601131555124
Binary110001011101101011101001111111001001110011011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DAE9; }

 p { color: rgb(197,218,233); }

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

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

 a { background-color: rgb(197,218,233); }

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

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

 span { border-color: rgb(197,218,233); }

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