#CADCFE

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

Shades of Hawkes Blue #CADCFE

Tints of Hawkes Blue #CADCFE

Color information

#CADCFE (or 0xCADCFE) is unknown color: approx Hawkes Blue. HEX triplet: CA, DC and FE. RGB value is (202,220,254). Sum of RGB (Red+Green+Blue) = 202+220+254=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #CADCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCFE is #352301. Grayscale: #DADADA. Windows color (decimal): -3482370 or 16702666. OLE color: 16702666.

HSL color Cylindrical-coordinate representation of color #CADCFE: hue angle of 219.23º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CADCFE is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202220254-
CMYK0.200.1300.00
HSL219.23º96.3%89.41%-
HSV(B)219.23º20.47%99.61%-
XYZ67.8470.9103.88-
YUV218.49148.04116.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.88%
GREEN value IS 220 (86.33% from 255) = 32.54%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=29.88%
G=32.54%
B=37.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022202540.200.1300.00219.2396.389.41
HexCADCFE14D00db6059
Octal312334376241500333140131
Binary110010101101110011111110101001101001101101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCFE; }

 p { color: rgb(202,220,254); }

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

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

 a { background-color: rgb(202,220,254); }

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

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

 span { border-color: rgb(202,220,254); }

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