Html Css Color HEX #AACBF3 Pale Cornflower Blue

📋 copy color: '#AACBF3'

red 170 ◦ green 203 ◦ blue 243

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

Shades of Pale Cornflower Blue #AACBF3

Tints of Pale Cornflower Blue #AACBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.45%

R = 27.6%
G = 32.95%
B = 39.45%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AACBF3 (or 0xAACBF3) is known color: Pale Cornflower Blue. HEX triplet: AA, CB and F3. RGB value is (170,203,243). Sum of RGB (Red+Green+Blue) = 170+203+243=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #AACBF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBF3 is #55340C. Grayscale: #C5C5C5. Windows color (decimal): -5583885 or 15977386. OLE color: 15977386.

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

Color convert

RGB 170 203 243 -
CMYK 0.30 0.16 0 0.05
HSL 212.88º 0.75% 0.81% -
HSV(B) 212.88º 0.3% 0.95% -
XYZ 54.11 57.73 93.08 -
YUV 197.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 170 203 243 0.30 0.16 0 0.05 212.88 0.75 0.81
Hex AA CB F3 1E 10 0 5 D5 4B 51
Octal 252 313 363 36 20 0 5 325 113 121
Binary 10101010 11001011 11110011 11110 10000 0 101 11010101 1001011 1010001

Color Harmonies of #AACBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBF3

Black with #AACBF3

Text Example


Text Example

White with #AACBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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