Html Css Color HEX #AACFFB Pale Cornflower Blue

📋 copy color: '#AACFFB'

red 170 ◦ green 207 ◦ blue 251

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

Shades of Pale Cornflower Blue #AACFFB

Tints of Pale Cornflower Blue #AACFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.97%

R = 27.07%
G = 32.96%
B = 39.97%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AACFFB (or 0xAACFFB) is known color: Pale Cornflower Blue. HEX triplet: AA, CF and FB. RGB value is (170,207,251). Sum of RGB (Red+Green+Blue) = 170+207+251=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #AACFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFFB is #553004. Grayscale: #C8C8C8. Windows color (decimal): -5582853 or 16502698. OLE color: 16502698.

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

Color convert

RGB 170 207 251 -
CMYK 0.32 0.18 0 0.02
HSL 212.59º 0.91% 0.83% -
HSV(B) 212.59º 0.32% 0.98% -
XYZ 56.3 60.14 99.91 -
YUV 200.95 156.24 105.92 -
System Red Green Blue C M Y K H S L
Decimal 170 207 251 0.32 0.18 0 0.02 212.59 0.91 0.83
Hex AA CF FB 20 12 0 2 D5 5B 53
Octal 252 317 373 40 22 0 2 325 133 123
Binary 10101010 11001111 11111011 100000 10010 0 10 11010101 1011011 1010011

Color Harmonies of #AACFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFFB

Black with #AACFFB

Text Example


Text Example

White with #AACFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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