Html Css Color HEX #AACBFA Pale Cornflower Blue

📋 copy color: '#AACBFA'

red 170 ◦ green 203 ◦ blue 250

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

Shades of Pale Cornflower Blue #AACBFA

Tints of Pale Cornflower Blue #AACBFA

RGB

 RED value IS 170 (66.8% from 255) = 27.29%

 GREEN value IS 203 (79.69% from 255) = 32.58%

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

R = 27.29%
G = 32.58%
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

#AACBFA (or 0xAACBFA) is known color: Pale Cornflower Blue. HEX triplet: AA, CB and FA. RGB value is (170,203,250). Sum of RGB (Red+Green+Blue) = 170+203+250=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 203 (79.69% from 255 or 32.58% 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 #AACBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBFA is #553405. Grayscale: #C6C6C6. Windows color (decimal): -5583878 or 16436138. OLE color: 16436138.

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

Color convert

RGB 170 203 250 -
CMYK 0.32 0.19 0 0.02
HSL 215.25º 0.89% 0.82% -
HSV(B) 215.25º 0.32% 0.98% -
XYZ 55.19 58.16 98.76 -
YUV 198.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 170 203 250 0.32 0.19 0 0.02 215.25 0.89 0.82
Hex AA CB FA 20 13 0 2 D7 59 52
Octal 252 313 372 40 23 0 2 327 131 122
Binary 10101010 11001011 11111010 100000 10011 0 10 11010111 1011001 1010010

Color Harmonies of #AACBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBFA

Black with #AACBFA

Text Example


Text Example

White with #AACBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBFA; }

 p { color: rgb(170,203,250); }

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

background-color css

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

 a { background-color: rgb(170,203,250); }

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

border-color css

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

 span { border-color: rgb(170,203,250); }

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