#CAD8E0

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

Shades of Pattens Blue #CAD8E0

Tints of Pattens Blue #CAD8E0

Color information

#CAD8E0 (or 0xCAD8E0) is unknown color: approx Pattens Blue. HEX triplet: CA, D8 and E0. RGB value is (202,216,224). Sum of RGB (Red+Green+Blue) = 202+216+224=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAD8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8E0 is #35271F. Grayscale: #D4D4D4. Windows color (decimal): -3483424 or 14735562. OLE color: 14735562.

HSL color Cylindrical-coordinate representation of color #CAD8E0: hue angle of 201.82º degrees, saturation: 0.26, 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 #CAD8E0 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202216224-
CMYK0.100.0400.12
HSL201.82º26.19%83.53%-
HSV(B)201.82º9.82%87.84%-
XYZ62.3767.0580.18-
YUV212.73134.36120.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 216 (84.77% from 255) = 33.64%
BLUE value IS 224 (87.89% from 255) = 34.89%
R=31.46%
G=33.64%
B=34.89%

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
Decimal2022162240.100.0400.12201.8226.1983.53
HexCAD8E0A40Cca1a54
Octal31233034012401431232124
Binary11001010110110001110000010101000110011001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD8E0; }

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

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

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

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

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

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

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

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