Html Css Color HEX #CADAFC Hawkes Blue

📋 copy color: '#CADAFC'

red 202 ◦ green 218 ◦ blue 252

#CADAFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #CADAFC

Tints of Hawkes Blue #CADAFC

RGB

 RED value IS 202 (79.3% from 255) = 30.06%

 GREEN value IS 218 (85.55% from 255) = 32.44%

 BLUE value IS 252 (98.83% from 255) = 37.5%

R = 30.06%
G = 32.44%
B = 37.5%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CADAFC (or 0xCADAFC) is known color: Hawkes Blue. HEX triplet: CA, DA and FC. RGB value is (202,218,252). Sum of RGB (Red+Green+Blue) = 202+218+252=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #CADAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADAFC is #352503. Grayscale: #D8D8D8. Windows color (decimal): -3482884 or 16571082. OLE color: 16571082.

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

Color convert

RGB 202 218 252 -
CMYK 0.20 0.13 0 0.01
HSL 220.8º 0.89% 0.89% -
HSV(B) 220.8º 0.2% 0.99% -
XYZ 67 69.73 102.02 -
YUV 217.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 202 218 252 0.20 0.13 0 0.01 220.8 0.89 0.89
Hex CA DA FC 14 D 0 1 DD 59 59
Octal 312 332 374 24 15 0 1 335 131 131
Binary 11001010 11011010 11111100 10100 1101 0 1 11011101 1011001 1011001

Color Harmonies of #CADAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADAFC

Black with #CADAFC

Text Example


Text Example

White with #CADAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADAFC; }

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

 H1.HeaderClassName
 {
   color: #CADAFC;
 }
 .AnyTagClassName
 {
   color: #CADAFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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