#CAD6FA

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

Shades of Hawkes Blue #CAD6FA

Tints of Hawkes Blue #CAD6FA

Color information

#CAD6FA (or 0xCAD6FA) is unknown color: approx Hawkes Blue. HEX triplet: CA, D6 and FA. RGB value is (202,214,250). Sum of RGB (Red+Green+Blue) = 202+214+250=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 214 (83.98% from 255 or 32.13% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAD6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD6FA is #352905. Grayscale: #D6D6D6. Windows color (decimal): -3483910 or 16438986. OLE color: 16438986.

HSL color Cylindrical-coordinate representation of color #CAD6FA: hue angle of 225º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAD6FA is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202214250-
CMYK0.190.1400.02
HSL225º82.76%88.63%-
HSV(B)225º19.2%98.04%-
XYZ65.6667.55100.02-
YUV214.52148.02119.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 214 (83.98% from 255) = 32.13%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=30.33%
G=32.13%
B=37.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022142500.190.1400.0222582.7688.63
HexCAD6FA13E02e15359
Octal312326372231602341123131
Binary1100101011010110111110101001111100101110000110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6FA; }

 p { color: rgb(202,214,250); }

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

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

 a { background-color: rgb(202,214,250); }

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

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

 span { border-color: rgb(202,214,250); }

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