Html Css Color HEX #ADCAFE Pale Cornflower Blue

📋 copy color: '#ADCAFE'

red 173 ◦ green 202 ◦ blue 254

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

Shades of Pale Cornflower Blue #ADCAFE

Tints of Pale Cornflower Blue #ADCAFE

RGB

 RED value IS 173 (67.97% from 255) = 27.5%

 GREEN value IS 202 (79.3% from 255) = 32.11%

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

R = 27.5%
G = 32.11%
B = 40.38%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ADCAFE (or 0xADCAFE) is known color: Pale Cornflower Blue. HEX triplet: AD, CA and FE. RGB value is (173,202,254). Sum of RGB (Red+Green+Blue) = 173+202+254=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADCAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCAFE is #523501. Grayscale: #C7C7C7. Windows color (decimal): -5387522 or 16698029. OLE color: 16698029.

HSL color Cylindrical-coordinate representation of color #ADCAFE: hue angle of 218.52º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADCAFE is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 202 254 -
CMYK 0.32 0.20 0 0.00
HSL 218.52º 0.98% 0.84% -
HSV(B) 218.52º 0.32% 1% -
XYZ 56.24 58.28 102.05 -
YUV 199.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 173 202 254 0.32 0.20 0 0.00 218.52 0.98 0.84
Hex AD CA FE 20 14 0 0 DB 62 54
Octal 255 312 376 40 24 0 0 333 142 124
Binary 10101101 11001010 11111110 100000 10100 0 0 11011011 1100010 1010100

Color Harmonies of #ADCAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCAFE

Black with #ADCAFE

Text Example


Text Example

White with #ADCAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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