#CAD9E5

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

Shades of Pattens Blue #CAD9E5

Tints of Pattens Blue #CAD9E5

Color information

#CAD9E5 (or 0xCAD9E5) is unknown color: approx Pattens Blue. HEX triplet: CA, D9 and E5. RGB value is (202,217,229). Sum of RGB (Red+Green+Blue) = 202+217+229=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAD9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9E5 is #35261A. Grayscale: #D5D5D5. Windows color (decimal): -3483163 or 15063498. OLE color: 15063498.

HSL color Cylindrical-coordinate representation of color #CAD9E5: hue angle of 206.67º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAD9E5 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202217229-
CMYK0.120.0500.10
HSL206.67º34.18%84.51%-
HSV(B)206.67º11.79%89.8%-
XYZ63.3167.8483.89-
YUV213.88136.53119.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.17%
GREEN value IS 217 (85.16% from 255) = 33.49%
BLUE value IS 229 (89.84% from 255) = 35.34%
R=31.17%
G=33.49%
B=35.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022172290.120.0500.10206.6734.1884.51
HexCAD9E5C50Acf2255
Octal31233134514501231742125
Binary110010101101100111100101110010101010110011111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9E5; }

 p { color: rgb(202,217,229); }

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

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

 a { background-color: rgb(202,217,229); }

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

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

 span { border-color: rgb(202,217,229); }

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