#CADBFF

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

Shades of Hawkes Blue #CADBFF

Tints of Hawkes Blue #CADBFF

Color information

#CADBFF (or 0xCADBFF) is unknown color: approx Hawkes Blue. HEX triplet: CA, DB and FF. RGB value is (202,219,255). Sum of RGB (Red+Green+Blue) = 202+219+255=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #CADBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADBFF is #352400. Grayscale: #D9D9D9. Windows color (decimal): -3482625 or 16767946. OLE color: 16767946.

HSL color Cylindrical-coordinate representation of color #CADBFF: hue angle of 220.75º 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 #CADBFF is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202219255-
CMYK0.210.1400
HSL220.75º100%89.61%-
HSV(B)220.75º20.78%100%-
XYZ67.7470.44104.63-
YUV218.02148.87116.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.88%
GREEN value IS 219 (85.94% from 255) = 32.40%
BLUE value IS 255 (100% from 255) = 37.72%
R=29.88%
G=32.40%
B=37.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022192550.210.1400220.7510089.61
HexCADBFF15E00dd645a
Octal312333377251600335144132
Binary110010101101101111111111101011110001101110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBFF; }

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

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

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

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

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

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

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

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