Html Css Color HEX #ABCFFA Pale Cornflower Blue

📋 copy color: '#ABCFFA'

red 171 ◦ green 207 ◦ blue 250

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

Shades of Pale Cornflower Blue #ABCFFA

Tints of Pale Cornflower Blue #ABCFFA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.96%

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

R = 27.23%
G = 32.96%
B = 39.81%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABCFFA (or 0xABCFFA) is known color: Pale Cornflower Blue. HEX triplet: AB, CF and FA. RGB value is (171,207,250). Sum of RGB (Red+Green+Blue) = 171+207+250=628 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.23% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABCFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFFA is #543005. Grayscale: #C8C8C8. Windows color (decimal): -5517318 or 16437163. OLE color: 16437163.

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

Color convert

RGB 171 207 250 -
CMYK 0.32 0.17 0 0.02
HSL 212.66º 0.89% 0.83% -
HSV(B) 212.66º 0.32% 0.98% -
XYZ 56.36 60.19 99.09 -
YUV 201.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 171 207 250 0.32 0.17 0 0.02 212.66 0.89 0.83
Hex AB CF FA 20 11 0 2 D5 59 53
Octal 253 317 372 40 21 0 2 325 131 123
Binary 10101011 11001111 11111010 100000 10001 0 10 11010101 1011001 1010011

Color Harmonies of #ABCFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCFFA

Black with #ABCFFA

Text Example


Text Example

White with #ABCFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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