Shades of Hawkes Blue #CAD1F3
Tints of Hawkes Blue #CAD1F3
RGB
CMYK
RGB Variations
Color information
#CAD1F3 (or 0xCAD1F3) is known color: 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
RGB | 202 | 209 | 243 | - |
CMYK | 0.17 | 0.14 | 0 | 0.05 |
HSL | 229.76º | 0.63% | 0.87% | - |
HSV(B) | 229.76º | 0.17% | 0.95% | - |
XYZ | 63.34 | 64.63 | 93.93 | - |
YUV | 210.78 | 146.18 | 121.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 209 | 243 | 0.17 | 0.14 | 0 | 0.05 | 229.76 | 0.63 | 0.87 |
Hex | CA | D1 | F3 | 11 | E | 0 | 5 | E6 | 3F | 57 |
Octal | 312 | 321 | 363 | 21 | 16 | 0 | 5 | 346 | 77 | 127 |
Binary | 11001010 | 11010001 | 11110011 | 10001 | 1110 | 0 | 101 | 11100110 | 111111 | 1010111 |
Color Harmonies of #CAD1F3
Complementary color
Monochromatic Colors of #CAD1F3
Black with #CAD1F3
Text Example
Text Example
White with #CAD1F3
Text Example
Text Example
HTML Codes & Css Web 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>