#C5DCE9

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

Shades of Pattens Blue #C5DCE9

Tints of Pattens Blue #C5DCE9

Color information

#C5DCE9 (or 0xC5DCE9) is unknown color: approx Pattens Blue. HEX triplet: C5, DC and E9. RGB value is (197,220,233). Sum of RGB (Red+Green+Blue) = 197+220+233=650 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.31% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 233 - color contains mainly: blue. Hex color #C5DCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DCE9 is #3A2316. Grayscale: #D6D6D6. Windows color (decimal): -3810071 or 15326405. OLE color: 15326405.

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

Color convert

RGB197220233-
CMYK0.150.0600.09
HSL201.67º45%84.31%-
HSV(B)201.67º15.45%91.37%-
XYZ63.3368.9487.06-
YUV214.6138.38115.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.31%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 233 (91.41% from 255) = 35.85%
R=30.31%
G=33.85%
B=35.85%

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
Decimal1972202330.150.0600.09201.674584.31
HexC5DCE9F609ca2d54
Octal30533435117601131255124
Binary110001011101110011101001111111001001110010101011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCE9; }

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

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

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

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

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

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

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

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