#C5DDEE

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

Shades of Pattens Blue #C5DDEE

Tints of Pattens Blue #C5DDEE

Color information

#C5DDEE (or 0xC5DDEE) is unknown color: approx Pattens Blue. HEX triplet: C5, DD and EE. RGB value is (197,221,238). Sum of RGB (Red+Green+Blue) = 197+221+238=656 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.03% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DDEE is #3A2211. Grayscale: #D7D7D7. Windows color (decimal): -3809810 or 15654341. OLE color: 15654341.

HSL color Cylindrical-coordinate representation of color #C5DDEE: hue angle of 204.88º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5DDEE is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197221238-
CMYK0.170.0700.07
HSL204.88º54.67%85.29%-
HSV(B)204.88º17.23%93.33%-
XYZ64.3269.7690.96-
YUV215.76140.55114.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.03%
GREEN value IS 221 (86.72% from 255) = 33.69%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=30.03%
G=33.69%
B=36.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1972212380.170.0700.07204.8854.6785.29
HexC5DDEE11707cd3755
Octal3053353562170731567125
Binary110001011101110111101110100011110111110011011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DDEE; }

 p { color: rgb(197,221,238); }

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

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

 a { background-color: rgb(197,221,238); }

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

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

 span { border-color: rgb(197,221,238); }

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