Html Css Color HEX #ADCAFA Pale Cornflower Blue

📋 copy color: '#ADCAFA'

red 173 ◦ green 202 ◦ blue 250

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

Shades of Pale Cornflower Blue #ADCAFA

Tints of Pale Cornflower Blue #ADCAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40%

R = 27.68%
G = 32.32%
B = 40%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADCAFA (or 0xADCAFA) is known color: Pale Cornflower Blue. HEX triplet: AD, CA and FA. RGB value is (173,202,250). Sum of RGB (Red+Green+Blue) = 173+202+250=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADCAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCAFA is #523505. Grayscale: #C6C6C6. Windows color (decimal): -5387526 or 16435885. OLE color: 16435885.

HSL color Cylindrical-coordinate representation of color #ADCAFA: hue angle of 217.4º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADCAFA is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 202 250 -
CMYK 0.31 0.19 0 0.02
HSL 217.4º 0.89% 0.83% -
HSV(B) 217.4º 0.31% 0.98% -
XYZ 55.61 58.03 98.71 -
YUV 198.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 173 202 250 0.31 0.19 0 0.02 217.4 0.89 0.83
Hex AD CA FA 1F 13 0 2 D9 59 53
Octal 255 312 372 37 23 0 2 331 131 123
Binary 10101101 11001010 11111010 11111 10011 0 10 11011001 1011001 1010011

Color Harmonies of #ADCAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCAFA

Black with #ADCAFA

Text Example


Text Example

White with #ADCAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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