Html Css Color HEX #AED4FF Pale Cornflower Blue

📋 copy color: '#AED4FF'

red 174 ◦ green 212 ◦ blue 255

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

Shades of Pale Cornflower Blue #AED4FF

Tints of Pale Cornflower Blue #AED4FF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.07%

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

R = 27.15%
G = 33.07%
B = 39.78%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AED4FF (or 0xAED4FF) is known color: Pale Cornflower Blue. HEX triplet: AE, D4 and FF. RGB value is (174,212,255). Sum of RGB (Red+Green+Blue) = 174+212+255=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #AED4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED4FF is #512B00. Grayscale: #CDCDCD. Windows color (decimal): -5319425 or 16766126. OLE color: 16766126.

HSL color Cylindrical-coordinate representation of color #AED4FF: hue angle of 211.85º 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 #AED4FF is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 212 255 -
CMYK 0.32 0.17 0 0
HSL 211.85º 1% 0.84% -
HSV(B) 211.85º 0.32% 1% -
XYZ 59.05 63.31 103.71 -
YUV 205.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 174 212 255 0.32 0.17 0 0 211.85 1 0.84
Hex AE D4 FF 20 11 0 0 D4 64 54
Octal 256 324 377 40 21 0 0 324 144 124
Binary 10101110 11010100 11111111 100000 10001 0 0 11010100 1100100 1010100

Color Harmonies of #AED4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED4FF

Black with #AED4FF

Text Example


Text Example

White with #AED4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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