#CAD8E2

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

Shades of Pattens Blue #CAD8E2

Tints of Pattens Blue #CAD8E2

Color information

#CAD8E2 (or 0xCAD8E2) is unknown color: approx Pattens Blue. HEX triplet: CA, D8 and E2. RGB value is (202,216,226). Sum of RGB (Red+Green+Blue) = 202+216+226=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 226 - color contains mainly: blue. Hex color #CAD8E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8E2 is #35271D. Grayscale: #D4D4D4. Windows color (decimal): -3483422 or 14866634. OLE color: 14866634.

HSL color Cylindrical-coordinate representation of color #CAD8E2: hue angle of 205º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAD8E2 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202216226-
CMYK0.110.0400.11
HSL205º29.27%83.92%-
HSV(B)205º10.62%88.63%-
XYZ62.6467.1681.61-
YUV212.95135.36120.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.37%
GREEN value IS 216 (84.77% from 255) = 33.54%
BLUE value IS 226 (88.67% from 255) = 35.09%
R=31.37%
G=33.54%
B=35.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022162260.110.0400.1120529.2783.92
HexCAD8E2B40Bcd1d54
Octal31233034213401331535124
Binary11001010110110001110001010111000101111001101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD8E2; }

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

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

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

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

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

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

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

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