Html Css Color HEX #ABCAF1 Pale Cornflower Blue

📋 copy color: '#ABCAF1'

red 171 ◦ green 202 ◦ blue 241

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

Shades of Pale Cornflower Blue #ABCAF1

Tints of Pale Cornflower Blue #ABCAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.25%

R = 27.85%
G = 32.9%
B = 39.25%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ABCAF1 (or 0xABCAF1) is known color: Pale Cornflower Blue. HEX triplet: AB, CA and F1. RGB value is (171,202,241). Sum of RGB (Red+Green+Blue) = 171+202+241=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABCAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCAF1 is #54350E. Grayscale: #C4C4C4. Windows color (decimal): -5518607 or 15846059. OLE color: 15846059.

HSL color Cylindrical-coordinate representation of color #ABCAF1: hue angle of 213.43º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABCAF1 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 202 241 -
CMYK 0.29 0.16 0 0.05
HSL 213.43º 0.71% 0.81% -
HSV(B) 213.43º 0.29% 0.95% -
XYZ 53.79 57.25 91.43 -
YUV 197.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 171 202 241 0.29 0.16 0 0.05 213.43 0.71 0.81
Hex AB CA F1 1D 10 0 5 D5 47 51
Octal 253 312 361 35 20 0 5 325 107 121
Binary 10101011 11001010 11110001 11101 10000 0 101 11010101 1000111 1010001

Color Harmonies of #ABCAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCAF1

Black with #ABCAF1

Text Example


Text Example

White with #ABCAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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