#CAD7FB

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

Shades of Hawkes Blue #CAD7FB

Tints of Hawkes Blue #CAD7FB

Color information

#CAD7FB (or 0xCAD7FB) is unknown color: approx Hawkes Blue. HEX triplet: CA, D7 and FB. RGB value is (202,215,251). Sum of RGB (Red+Green+Blue) = 202+215+251=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 215 (84.38% from 255 or 32.19% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAD7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD7FB is #352804. Grayscale: #D7D7D7. Windows color (decimal): -3483653 or 16504778. OLE color: 16504778.

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

Color convert

RGB202215251-
CMYK0.200.1400.02
HSL224.08º85.96%88.82%-
HSV(B)224.08º19.52%98.43%-
XYZ66.0768.12100.93-
YUV215.22148.19118.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.24%
GREEN value IS 215 (84.38% from 255) = 32.19%
BLUE value IS 251 (98.44% from 255) = 37.57%
R=30.24%
G=32.19%
B=37.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022152510.200.1400.02224.0885.9688.82
HexCAD7FB14E02e05659
Octal312327373241602340126131
Binary1100101011010111111110111010011100101110000010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD7FB; }

 p { color: rgb(202,215,251); }

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

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

 a { background-color: rgb(202,215,251); }

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

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

 span { border-color: rgb(202,215,251); }

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