Html Css Color HEX #AECDEB Pale Cornflower Blue

📋 copy color: '#AECDEB'

red 174 ◦ green 205 ◦ blue 235

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

Shades of Pale Cornflower Blue #AECDEB

Tints of Pale Cornflower Blue #AECDEB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.39%

 BLUE value IS 235 (92.19% from 255) = 38.27%

R = 28.34%
G = 33.39%
B = 38.27%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AECDEB (or 0xAECDEB) is known color: Pale Cornflower Blue. HEX triplet: AE, CD and EB. RGB value is (174,205,235). Sum of RGB (Red+Green+Blue) = 174+205+235=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #AECDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECDEB is #513214. Grayscale: #C6C6C6. Windows color (decimal): -5321237 or 15453614. OLE color: 15453614.

HSL color Cylindrical-coordinate representation of color #AECDEB: hue angle of 209.51º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AECDEB is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 205 235 -
CMYK 0.26 0.13 0 0.08
HSL 209.51º 0.6% 0.8% -
HSV(B) 209.51º 0.26% 0.92% -
XYZ 54.28 58.66 87.06 -
YUV 199.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 174 205 235 0.26 0.13 0 0.08 209.51 0.6 0.8
Hex AE CD EB 1A D 0 8 D2 3C 50
Octal 256 315 353 32 15 0 10 322 74 120
Binary 10101110 11001101 11101011 11010 1101 0 1000 11010010 111100 1010000

Color Harmonies of #AECDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDEB

Black with #AECDEB

Text Example


Text Example

White with #AECDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDEB; }

 p { color: rgb(174,205,235); }

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

background-color css

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

 a { background-color: rgb(174,205,235); }

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

border-color css

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

 span { border-color: rgb(174,205,235); }

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