#CAD4F0

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

Shades of Hawkes Blue #CAD4F0

Tints of Hawkes Blue #CAD4F0

Color information

#CAD4F0 (or 0xCAD4F0) is unknown color: approx Hawkes Blue. HEX triplet: CA, D4 and F0. RGB value is (202,212,240). Sum of RGB (Red+Green+Blue) = 202+212+240=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #CAD4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD4F0 is #352B0F. Grayscale: #D4D4D4. Windows color (decimal): -3484432 or 15783114. OLE color: 15783114.

HSL color Cylindrical-coordinate representation of color #CAD4F0: hue angle of 224.21º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAD4F0 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202212240-
CMYK0.160.1200.06
HSL224.21º55.88%86.67%-
HSV(B)224.21º15.83%94.12%-
XYZ63.6365.9391.81-
YUV212.2143.69120.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 212 (83.20% from 255) = 32.42%
BLUE value IS 240 (94.14% from 255) = 36.70%
R=30.89%
G=32.42%
B=36.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022122400.160.1200.06224.2155.8886.67
HexCAD4F010C06e03857
Octal31232436020140634070127
Binary1100101011010100111100001000011000110111000001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD4F0; }

 p { color: rgb(202,212,240); }

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

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

 a { background-color: rgb(202,212,240); }

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

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

 span { border-color: rgb(202,212,240); }

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