#C5DCF1

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

Shades of Pattens Blue #C5DCF1

Tints of Pattens Blue #C5DCF1

Color information

#C5DCF1 (or 0xC5DCF1) is unknown color: approx Pattens Blue. HEX triplet: C5, DC and F1. RGB value is (197,220,241). Sum of RGB (Red+Green+Blue) = 197+220+241=658 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.94% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5DCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DCF1 is #3A230E. Grayscale: #D7D7D7. Windows color (decimal): -3810063 or 15850693. OLE color: 15850693.

HSL color Cylindrical-coordinate representation of color #C5DCF1: hue angle of 208.64º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5DCF1 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197220241-
CMYK0.180.0900.05
HSL208.64º61.11%85.88%-
HSV(B)208.64º18.26%94.51%-
XYZ64.569.4193.22-
YUV215.52142.38114.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.94%
GREEN value IS 220 (86.33% from 255) = 33.43%
BLUE value IS 241 (94.53% from 255) = 36.63%
R=29.94%
G=33.43%
B=36.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972202410.180.0900.05208.6461.1185.88
HexC5DCF112905d13d56
Octal30533436122110532175126
Binary1100010111011100111100011001010010101110100011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCF1; }

 p { color: rgb(197,220,241); }

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

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

 a { background-color: rgb(197,220,241); }

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

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

 span { border-color: rgb(197,220,241); }

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