#CAD3F2

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

Shades of Hawkes Blue #CAD3F2

Tints of Hawkes Blue #CAD3F2

Color information

#CAD3F2 (or 0xCAD3F2) is unknown color: approx Hawkes Blue. HEX triplet: CA, D3 and F2. RGB value is (202,211,242). Sum of RGB (Red+Green+Blue) = 202+211+242=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 211 (82.81% from 255 or 32.21% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #CAD3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD3F2 is #352C0D. Grayscale: #D3D3D3. Windows color (decimal): -3484686 or 15913930. OLE color: 15913930.

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

Color convert

RGB202211242-
CMYK0.170.1300.05
HSL226.5º60.61%87.06%-
HSV(B)226.5º16.53%94.9%-
XYZ63.6865.5693.3-
YUV211.84145.02120.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.84%
GREEN value IS 211 (82.81% from 255) = 32.21%
BLUE value IS 242 (94.92% from 255) = 36.95%
R=30.84%
G=32.21%
B=36.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022112420.170.1300.05226.560.6187.06
HexCAD3F211D05e23d57
Octal31232336221150534275127
Binary1100101011010011111100101000111010101111000101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD3F2; }

 p { color: rgb(202,211,242); }

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

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

 a { background-color: rgb(202,211,242); }

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

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

 span { border-color: rgb(202,211,242); }

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