#CAD8E1

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

Shades of Pattens Blue #CAD8E1

Tints of Pattens Blue #CAD8E1

Color information

#CAD8E1 (or 0xCAD8E1) is unknown color: approx Pattens Blue. HEX triplet: CA, D8 and E1. RGB value is (202,216,225). Sum of RGB (Red+Green+Blue) = 202+216+225=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAD8E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8E1 is #35271E. Grayscale: #D4D4D4. Windows color (decimal): -3483423 or 14801098. OLE color: 14801098.

HSL color Cylindrical-coordinate representation of color #CAD8E1: hue angle of 203.48º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAD8E1 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202216225-
CMYK0.100.0400.12
HSL203.48º27.71%83.73%-
HSV(B)203.48º10.22%88.24%-
XYZ62.567.180.89-
YUV212.84134.86120.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.42%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 225 (88.28% from 255) = 34.99%
R=31.42%
G=33.59%
B=34.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022162250.100.0400.12203.4827.7183.73
HexCAD8E1A40Ccb1c54
Octal31233034112401431334124
Binary11001010110110001110000110101000110011001011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD8E1; }

 p { color: rgb(202,216,225); }

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

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

 a { background-color: rgb(202,216,225); }

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

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

 span { border-color: rgb(202,216,225); }

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