Html Css Color HEX #AACBF4 Pale Cornflower Blue

📋 copy color: '#AACBF4'

red 170 ◦ green 203 ◦ blue 244

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

Shades of Pale Cornflower Blue #AACBF4

Tints of Pale Cornflower Blue #AACBF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 39.55%

R = 27.55%
G = 32.9%
B = 39.55%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AACBF4 (or 0xAACBF4) is known color: Pale Cornflower Blue. HEX triplet: AA, CB and F4. RGB value is (170,203,244). Sum of RGB (Red+Green+Blue) = 170+203+244=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 244 (95.70% from 255 or 39.55% from 617); Max value from RGB is 244 - color contains mainly: blue. Hex color #AACBF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBF4 is #55340B. Grayscale: #C5C5C5. Windows color (decimal): -5583884 or 16042922. OLE color: 16042922.

HSL color Cylindrical-coordinate representation of color #AACBF4: hue angle of 213.24º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AACBF4 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 203 244 -
CMYK 0.30 0.17 0 0.04
HSL 213.24º 0.77% 0.81% -
HSV(B) 213.24º 0.3% 0.96% -
XYZ 54.26 57.79 93.88 -
YUV 197.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 170 203 244 0.30 0.17 0 0.04 213.24 0.77 0.81
Hex AA CB F4 1E 11 0 4 D5 4D 51
Octal 252 313 364 36 21 0 4 325 115 121
Binary 10101010 11001011 11110100 11110 10001 0 100 11010101 1001101 1010001

Color Harmonies of #AACBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBF4

Black with #AACBF4

Text Example


Text Example

White with #AACBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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