Html Css Color HEX #ABC8FA Pale Cornflower Blue

📋 copy color: '#ABC8FA'

red 171 ◦ green 200 ◦ blue 250

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

Shades of Pale Cornflower Blue #ABC8FA

Tints of Pale Cornflower Blue #ABC8FA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.21%

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

R = 27.54%
G = 32.21%
B = 40.26%

CMYK

 C value IS 0.32

 M value IS 0.2

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABC8FA (or 0xABC8FA) is known color: Pale Cornflower Blue. HEX triplet: AB, C8 and FA. RGB value is (171,200,250). Sum of RGB (Red+Green+Blue) = 171+200+250=621 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.54% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABC8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC8FA is #543705. Grayscale: #C4C4C4. Windows color (decimal): -5519110 or 16435371. OLE color: 16435371.

HSL color Cylindrical-coordinate representation of color #ABC8FA: hue angle of 217.97º 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 #ABC8FA is Cyan = 0.32, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 200 250 -
CMYK 0.32 0.2 0 0.02
HSL 217.97º 0.89% 0.83% -
HSV(B) 217.97º 0.32% 0.98% -
XYZ 54.7 56.87 98.54 -
YUV 197.03 157.89 109.43 -
System Red Green Blue C M Y K H S L
Decimal 171 200 250 0.32 0.2 0 0.02 217.97 0.89 0.83
Hex AB C8 FA 20 14 0 2 DA 59 53
Octal 253 310 372 40 24 0 2 332 131 123
Binary 10101011 11001000 11111010 100000 10100 0 10 11011010 1011001 1010011

Color Harmonies of #ABC8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC8FA

Black with #ABC8FA

Text Example


Text Example

White with #ABC8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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