#C5DBF1

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

Shades of Pattens Blue #C5DBF1

Tints of Pattens Blue #C5DBF1

Color information

#C5DBF1 (or 0xC5DBF1) is unknown color: approx Pattens Blue. HEX triplet: C5, DB and F1. RGB value is (197,219,241). Sum of RGB (Red+Green+Blue) = 197+219+241=657 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.98% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5DBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DBF1 is #3A240E. Grayscale: #D6D6D6. Windows color (decimal): -3810319 or 15850437. OLE color: 15850437.

HSL color Cylindrical-coordinate representation of color #C5DBF1: hue angle of 210º 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 #C5DBF1 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197219241-
CMYK0.180.0900.05
HSL210º61.11%85.88%-
HSV(B)210º18.26%94.51%-
XYZ64.2368.8893.13-
YUV214.93142.71115.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.98%
GREEN value IS 219 (85.94% from 255) = 33.33%
BLUE value IS 241 (94.53% from 255) = 36.68%
R=29.98%
G=33.33%
B=36.68%

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
Decimal1972192410.180.0900.0521061.1185.88
HexC5DBF112905d23d56
Octal30533336122110532275126
Binary1100010111011011111100011001010010101110100101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DBF1; }

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

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

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

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

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

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

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

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