Html Css Color HEX #AACFF4 Pale Cornflower Blue

📋 copy color: '#AACFF4'

red 170 ◦ green 207 ◦ blue 244

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

Shades of Pale Cornflower Blue #AACFF4

Tints of Pale Cornflower Blue #AACFF4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.33%

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

R = 27.38%
G = 33.33%
B = 39.29%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AACFF4 (or 0xAACFF4) is known color: Pale Cornflower Blue. HEX triplet: AA, CF and F4. RGB value is (170,207,244). Sum of RGB (Red+Green+Blue) = 170+207+244=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 244 (95.70% from 255 or 39.29% from 621); Max value from RGB is 244 - color contains mainly: blue. Hex color #AACFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFF4 is #55300B. Grayscale: #C7C7C7. Windows color (decimal): -5582860 or 16043946. OLE color: 16043946.

HSL color Cylindrical-coordinate representation of color #AACFF4: hue angle of 210º 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 #AACFF4 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 207 244 -
CMYK 0.30 0.15 0 0.04
HSL 210º 0.77% 0.81% -
HSV(B) 210º 0.3% 0.96% -
XYZ 55.22 59.7 94.2 -
YUV 200.16 152.74 106.49 -
System Red Green Blue C M Y K H S L
Decimal 170 207 244 0.30 0.15 0 0.04 210 0.77 0.81
Hex AA CF F4 1E F 0 4 D2 4D 51
Octal 252 317 364 36 17 0 4 322 115 121
Binary 10101010 11001111 11110100 11110 1111 0 100 11010010 1001101 1010001

Color Harmonies of #AACFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFF4

Black with #AACFF4

Text Example


Text Example

White with #AACFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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