#CAD9DF

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

Shades of Pattens Blue #CAD9DF

Tints of Pattens Blue #CAD9DF

Color information

#CAD9DF (or 0xCAD9DF) is unknown color: approx Pattens Blue. HEX triplet: CA, D9 and DF. RGB value is (202,217,223). Sum of RGB (Red+Green+Blue) = 202+217+223=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAD9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD9DF is #352620. Grayscale: #D5D5D5. Windows color (decimal): -3483169 or 14670282. OLE color: 14670282.

HSL color Cylindrical-coordinate representation of color #CAD9DF: hue angle of 197.14º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAD9DF is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB202217223-
CMYK0.090.0300.13
HSL197.14º24.71%83.33%-
HSV(B)197.14º9.42%87.45%-
XYZ62.4967.5179.55-
YUV213.2133.53120.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.46%
GREEN value IS 217 (85.16% from 255) = 33.80%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=31.46%
G=33.80%
B=34.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022172230.090.0300.13197.1424.7183.33
HexCAD9DF930Dc51953
Octal31233133711301530531123
Binary1100101011011001110111111001110110111000101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9DF; }

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

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

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

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

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

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

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

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