Html Css Color HEX #AECEF2 Pale Cornflower Blue

📋 copy color: '#AECEF2'

red 174 ◦ green 206 ◦ blue 242

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

Shades of Pale Cornflower Blue #AECEF2

Tints of Pale Cornflower Blue #AECEF2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.12%

 BLUE value IS 242 (94.92% from 255) = 38.91%

R = 27.97%
G = 33.12%
B = 38.91%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AECEF2 (or 0xAECEF2) is known color: Pale Cornflower Blue. HEX triplet: AE, CE and F2. RGB value is (174,206,242). Sum of RGB (Red+Green+Blue) = 174+206+242=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #AECEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECEF2 is #51310D. Grayscale: #C8C8C8. Windows color (decimal): -5320974 or 15912622. OLE color: 15912622.

HSL color Cylindrical-coordinate representation of color #AECEF2: hue angle of 211.76º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AECEF2 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 206 242 -
CMYK 0.28 0.15 0 0.05
HSL 211.76º 0.72% 0.82% -
HSV(B) 211.76º 0.28% 0.95% -
XYZ 55.55 59.55 92.57 -
YUV 200.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 174 206 242 0.28 0.15 0 0.05 211.76 0.72 0.82
Hex AE CE F2 1C F 0 5 D4 48 52
Octal 256 316 362 34 17 0 5 324 110 122
Binary 10101110 11001110 11110010 11100 1111 0 101 11010100 1001000 1010010

Color Harmonies of #AECEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEF2

Black with #AECEF2

Text Example


Text Example

White with #AECEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEF2; }

 p { color: rgb(174,206,242); }

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

background-color css

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

 a { background-color: rgb(174,206,242); }

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

border-color css

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

 span { border-color: rgb(174,206,242); }

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