#CAD6FF

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

Shades of Hawkes Blue #CAD6FF

Tints of Hawkes Blue #CAD6FF

Color information

#CAD6FF (or 0xCAD6FF) is unknown color: approx Hawkes Blue. HEX triplet: CA, D6 and FF. RGB value is (202,214,255). Sum of RGB (Red+Green+Blue) = 202+214+255=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAD6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD6FF is #352900. Grayscale: #D6D6D6. Windows color (decimal): -3483905 or 16766666. OLE color: 16766666.

HSL color Cylindrical-coordinate representation of color #CAD6FF: hue angle of 226.42º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAD6FF is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202214255-
CMYK0.210.1600
HSL226.42º100%89.61%-
HSV(B)226.42º20.78%100%-
XYZ66.4567.87104.21-
YUV215.09150.52118.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.10%
GREEN value IS 214 (83.98% from 255) = 31.89%
BLUE value IS 255 (100% from 255) = 38.00%
R=30.10%
G=31.89%
B=38.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022142550.210.1600226.4210089.61
HexCAD6FF151000e2645a
Octal312326377252000342144132
Binary1100101011010110111111111010110000001110001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6FF; }

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

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

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

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

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

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

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

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