#CAD7FD

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

Shades of Hawkes Blue #CAD7FD

Tints of Hawkes Blue #CAD7FD

Color information

#CAD7FD (or 0xCAD7FD) is unknown color: approx Hawkes Blue. HEX triplet: CA, D7 and FD. RGB value is (202,215,253). Sum of RGB (Red+Green+Blue) = 202+215+253=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAD7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD7FD is #352802. Grayscale: #D7D7D7. Windows color (decimal): -3483651 or 16635850. OLE color: 16635850.

HSL color Cylindrical-coordinate representation of color #CAD7FD: hue angle of 224.71º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAD7FD is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202215253-
CMYK0.200.1500.01
HSL224.71º92.73%89.22%-
HSV(B)224.71º20.16%99.22%-
XYZ66.3968.25102.6-
YUV215.45149.19118.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.15%
GREEN value IS 215 (84.38% from 255) = 32.09%
BLUE value IS 253 (99.22% from 255) = 37.76%
R=30.15%
G=32.09%
B=37.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022152530.200.1500.01224.7192.7389.22
HexCAD7FD14F01e15d59
Octal312327375241701341135131
Binary110010101101011111111101101001111011110000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD7FD; }

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

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

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

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

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

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

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

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