Html Css Color HEX #AACFEF Pale Cornflower Blue

📋 copy color: '#AACFEF'

red 170 ◦ green 207 ◦ blue 239

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

Shades of Pale Cornflower Blue #AACFEF

Tints of Pale Cornflower Blue #AACFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.8%

R = 27.6%
G = 33.6%
B = 38.8%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AACFEF (or 0xAACFEF) is known color: Pale Cornflower Blue. HEX triplet: AA, CF and EF. RGB value is (170,207,239). Sum of RGB (Red+Green+Blue) = 170+207+239=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 207 (81.25% from 255 or 33.60% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #AACFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFEF is #553010. Grayscale: #C7C7C7. Windows color (decimal): -5582865 or 15716266. OLE color: 15716266.

HSL color Cylindrical-coordinate representation of color #AACFEF: hue angle of 207.83º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACFEF is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 207 239 -
CMYK 0.29 0.13 0 0.06
HSL 207.83º 0.68% 0.8% -
HSV(B) 207.83º 0.29% 0.94% -
XYZ 54.47 59.4 90.26 -
YUV 199.59 150.24 106.9 -
System Red Green Blue C M Y K H S L
Decimal 170 207 239 0.29 0.13 0 0.06 207.83 0.68 0.8
Hex AA CF EF 1D D 0 6 D0 44 50
Octal 252 317 357 35 15 0 6 320 104 120
Binary 10101010 11001111 11101111 11101 1101 0 110 11010000 1000100 1010000

Color Harmonies of #AACFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACFEF

Black with #AACFEF

Text Example


Text Example

White with #AACFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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