#CAD1F3

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

Shades of Hawkes Blue #CAD1F3

Tints of Hawkes Blue #CAD1F3

Color information

#CAD1F3 (or 0xCAD1F3) is unknown color: approx Hawkes Blue. HEX triplet: CA, D1 and F3. RGB value is (202,209,243). Sum of RGB (Red+Green+Blue) = 202+209+243=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAD1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD1F3 is #352E0C. Grayscale: #D2D2D2. Windows color (decimal): -3485197 or 15978954. OLE color: 15978954.

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

Color convert

RGB202209243-
CMYK0.170.1400.05
HSL229.76º63.08%87.25%-
HSV(B)229.76º16.87%95.29%-
XYZ63.3464.6393.93-
YUV210.78146.18121.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 209 (82.03% from 255) = 31.96%
BLUE value IS 243 (95.31% from 255) = 37.16%
R=30.89%
G=31.96%
B=37.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022092430.170.1400.05229.7663.0887.25
HexCAD1F311E05e63f57
Octal31232136321160534677127
Binary1100101011010001111100111000111100101111001101111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1F3; }

 p { color: rgb(202,209,243); }

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

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

 a { background-color: rgb(202,209,243); }

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

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

 span { border-color: rgb(202,209,243); }

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