Html Css Color HEX #ABCAFA Pale Cornflower Blue

📋 copy color: '#ABCAFA'

red 171 ◦ green 202 ◦ blue 250

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

Shades of Pale Cornflower Blue #ABCAFA

Tints of Pale Cornflower Blue #ABCAFA

RGB

 RED value IS 171 (67.19% from 255) = 27.45%

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

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

R = 27.45%
G = 32.42%
B = 40.13%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABCAFA (or 0xABCAFA) is known color: Pale Cornflower Blue. HEX triplet: AB, CA and FA. RGB value is (171,202,250). Sum of RGB (Red+Green+Blue) = 171+202+250=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABCAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCAFA is #543505. Grayscale: #C5C5C5. Windows color (decimal): -5518598 or 16435883. OLE color: 16435883.

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

Color convert

RGB 171 202 250 -
CMYK 0.32 0.19 0 0.02
HSL 216.46º 0.89% 0.83% -
HSV(B) 216.46º 0.32% 0.98% -
XYZ 55.17 57.8 98.69 -
YUV 198.2 157.23 108.6 -
System Red Green Blue C M Y K H S L
Decimal 171 202 250 0.32 0.19 0 0.02 216.46 0.89 0.83
Hex AB CA FA 20 13 0 2 D8 59 53
Octal 253 312 372 40 23 0 2 330 131 123
Binary 10101011 11001010 11111010 100000 10011 0 10 11011000 1011001 1010011

Color Harmonies of #ABCAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCAFA

Black with #ABCAFA

Text Example


Text Example

White with #ABCAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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