#CAD8E3

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

Shades of Pattens Blue #CAD8E3

Tints of Pattens Blue #CAD8E3

Color information

#CAD8E3 (or 0xCAD8E3) is unknown color: approx Pattens Blue. HEX triplet: CA, D8 and E3. RGB value is (202,216,227). Sum of RGB (Red+Green+Blue) = 202+216+227=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 227 (89.06% from 255 or 35.19% from 645); Max value from RGB is 227 - color contains mainly: blue. Hex color #CAD8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8E3 is #35271C. Grayscale: #D5D5D5. Windows color (decimal): -3483421 or 14932170. OLE color: 14932170.

HSL color Cylindrical-coordinate representation of color #CAD8E3: hue angle of 206.4º degrees, saturation: 0.31, 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 #CAD8E3 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB202216227-
CMYK0.110.0500.11
HSL206.4º30.86%84.12%-
HSV(B)206.4º11.01%89.02%-
XYZ62.7867.2182.34-
YUV213.07135.86120.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.32%
GREEN value IS 216 (84.77% from 255) = 33.49%
BLUE value IS 227 (89.06% from 255) = 35.19%
R=31.32%
G=33.49%
B=35.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022162270.110.0500.11206.430.8684.12
HexCAD8E3B50Bce1f54
Octal31233034313501331637124
Binary11001010110110001110001110111010101111001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD8E3; }

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

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

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

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

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

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

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

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