#CADBFC

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

Shades of Hawkes Blue #CADBFC

Tints of Hawkes Blue #CADBFC

Color information

#CADBFC (or 0xCADBFC) is unknown color: approx Hawkes Blue. HEX triplet: CA, DB and FC. RGB value is (202,219,252). Sum of RGB (Red+Green+Blue) = 202+219+252=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #CADBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADBFC is #352403. Grayscale: #D9D9D9. Windows color (decimal): -3482628 or 16571338. OLE color: 16571338.

HSL color Cylindrical-coordinate representation of color #CADBFC: hue angle of 219.6º degrees, saturation: 0.89, 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 #CADBFC is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202219252-
CMYK0.200.1300.01
HSL219.6º89.29%89.02%-
HSV(B)219.6º19.84%98.82%-
XYZ67.2670.25102.11-
YUV217.68147.37116.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.01%
GREEN value IS 219 (85.94% from 255) = 32.54%
BLUE value IS 252 (98.83% from 255) = 37.44%
R=30.01%
G=32.54%
B=37.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022192520.200.1300.01219.689.2989.02
HexCADBFC14D01dc5959
Octal312333374241501334131131
Binary110010101101101111111100101001101011101110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBFC; }

 p { color: rgb(202,219,252); }

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

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

 a { background-color: rgb(202,219,252); }

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

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

 span { border-color: rgb(202,219,252); }

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