#C5D6DF

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

Shades of Pattens Blue #C5D6DF

Tints of Pattens Blue #C5D6DF

Color information

#C5D6DF (or 0xC5D6DF) is unknown color: approx Pattens Blue. HEX triplet: C5, D6 and DF. RGB value is (197,214,223). Sum of RGB (Red+Green+Blue) = 197+214+223=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5D6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D6DF is #3A2920. Grayscale: #D1D1D1. Windows color (decimal): -3811617 or 14669509. OLE color: 14669509.

HSL color Cylindrical-coordinate representation of color #C5D6DF: hue angle of 200.77º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5D6DF is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197214223-
CMYK0.120.0400.13
HSL200.77º28.89%82.35%-
HSV(B)200.77º11.66%87.45%-
XYZ60.3965.2979.23-
YUV209.94135.37118.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.07%
GREEN value IS 214 (83.98% from 255) = 33.75%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=31.07%
G=33.75%
B=35.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972142230.120.0400.13200.7728.8982.35
HexC5D6DFC40Dc91d52
Octal30532633714401531135122
Binary11000101110101101101111111001000110111001001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D6DF; }

 p { color: rgb(197,214,223); }

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

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

 a { background-color: rgb(197,214,223); }

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

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

 span { border-color: rgb(197,214,223); }

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