#CAD9F1

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

Shades of Hawkes Blue #CAD9F1

Tints of Hawkes Blue #CAD9F1

Color information

#CAD9F1 (or 0xCAD9F1) is unknown color: approx Hawkes Blue. HEX triplet: CA, D9 and F1. RGB value is (202,217,241). Sum of RGB (Red+Green+Blue) = 202+217+241=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #CAD9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD9F1 is #35260E. Grayscale: #D7D7D7. Windows color (decimal): -3483151 or 15849930. OLE color: 15849930.

HSL color Cylindrical-coordinate representation of color #CAD9F1: hue angle of 216.92º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAD9F1 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202217241-
CMYK0.160.1000.05
HSL216.92º58.21%86.86%-
HSV(B)216.92º16.18%94.51%-
XYZ65.0568.5393.02-
YUV215.25142.53118.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.61%
GREEN value IS 217 (85.16% from 255) = 32.88%
BLUE value IS 241 (94.53% from 255) = 36.52%
R=30.61%
G=32.88%
B=36.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022172410.160.1000.05216.9258.2186.86
HexCAD9F110A05d93a57
Octal31233136120120533172127
Binary1100101011011001111100011000010100101110110011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD9F1; }

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

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

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

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

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

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

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

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