Html Css Color HEX #AECAFF Pale Cornflower Blue

📋 copy color: '#AECAFF'

red 174 ◦ green 202 ◦ blue 255

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

Shades of Pale Cornflower Blue #AECAFF

Tints of Pale Cornflower Blue #AECAFF

RGB

 RED value IS 174 (68.36% from 255) = 27.58%

 GREEN value IS 202 (79.3% from 255) = 32.01%

 BLUE value IS 255 (100% from 255) = 40.41%

R = 27.58%
G = 32.01%
B = 40.41%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AECAFF (or 0xAECAFF) is known color: Pale Cornflower Blue. HEX triplet: AE, CA and FF. RGB value is (174,202,255). Sum of RGB (Red+Green+Blue) = 174+202+255=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #AECAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECAFF is #513500. Grayscale: #C7C7C7. Windows color (decimal): -5321985 or 16763566. OLE color: 16763566.

HSL color Cylindrical-coordinate representation of color #AECAFF: hue angle of 219.26º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AECAFF is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 202 255 -
CMYK 0.32 0.21 0 0
HSL 219.26º 1% 0.84% -
HSV(B) 219.26º 0.32% 1% -
XYZ 56.63 58.46 102.91 -
YUV 199.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 174 202 255 0.32 0.21 0 0 219.26 1 0.84
Hex AE CA FF 20 15 0 0 DB 64 54
Octal 256 312 377 40 25 0 0 333 144 124
Binary 10101110 11001010 11111111 100000 10101 0 0 11011011 1100100 1010100

Color Harmonies of #AECAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECAFF

Black with #AECAFF

Text Example


Text Example

White with #AECAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECAFF; }

 p { color: rgb(174,202,255); }

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

background-color css

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

 a { background-color: rgb(174,202,255); }

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

border-color css

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

 span { border-color: rgb(174,202,255); }

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