Html Css Color HEX #AACBFF Pale Cornflower Blue

📋 copy color: '#AACBFF'

red 170 ◦ green 203 ◦ blue 255

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

Shades of Pale Cornflower Blue #AACBFF

Tints of Pale Cornflower Blue #AACBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.61%

R = 27.07%
G = 32.32%
B = 40.61%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AACBFF (or 0xAACBFF) is known color: Pale Cornflower Blue. HEX triplet: AA, CB and FF. RGB value is (170,203,255). Sum of RGB (Red+Green+Blue) = 170+203+255=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #AACBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBFF is #553400. Grayscale: #C6C6C6. Windows color (decimal): -5583873 or 16763818. OLE color: 16763818.

HSL color Cylindrical-coordinate representation of color #AACBFF: hue angle of 216.71º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AACBFF is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 203 255 -
CMYK 0.33 0.20 0 0
HSL 216.71º 1% 0.83% -
HSV(B) 216.71º 0.33% 1% -
XYZ 55.98 58.48 102.94 -
YUV 199.06 159.57 107.27 -
System Red Green Blue C M Y K H S L
Decimal 170 203 255 0.33 0.20 0 0 216.71 1 0.83
Hex AA CB FF 21 14 0 0 D9 64 53
Octal 252 313 377 41 24 0 0 331 144 123
Binary 10101010 11001011 11111111 100001 10100 0 0 11011001 1100100 1010011

Color Harmonies of #AACBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBFF

Black with #AACBFF

Text Example


Text Example

White with #AACBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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