Html Css Color HEX #CADAFE Hawkes Blue

📋 copy color: '#CADAFE'

red 202 ◦ green 218 ◦ blue 254

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

Shades of Hawkes Blue #CADAFE

Tints of Hawkes Blue #CADAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.69%

R = 29.97%
G = 32.34%
B = 37.69%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CADAFE (or 0xCADAFE) is known color: Hawkes Blue. HEX triplet: CA, DA and FE. RGB value is (202,218,254). Sum of RGB (Red+Green+Blue) = 202+218+254=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #CADAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADAFE is #352501. Grayscale: #D9D9D9. Windows color (decimal): -3482882 or 16702154. OLE color: 16702154.

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

Color convert

RGB 202 218 254 -
CMYK 0.20 0.14 0 0.00
HSL 221.54º 0.96% 0.89% -
HSV(B) 221.54º 0.2% 1% -
XYZ 67.32 69.86 103.7 -
YUV 217.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 202 218 254 0.20 0.14 0 0.00 221.54 0.96 0.89
Hex CA DA FE 14 E 0 0 DE 60 59
Octal 312 332 376 24 16 0 0 336 140 131
Binary 11001010 11011010 11111110 10100 1110 0 0 11011110 1100000 1011001

Color Harmonies of #CADAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADAFE

Black with #CADAFE

Text Example


Text Example

White with #CADAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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