Html Css Color HEX #AEDAFB Pale Cornflower Blue

📋 copy color: '#AEDAFB'

red 174 ◦ green 218 ◦ blue 251

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

Shades of Pale Cornflower Blue #AEDAFB

Tints of Pale Cornflower Blue #AEDAFB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.9%

 BLUE value IS 251 (98.44% from 255) = 39.04%

R = 27.06%
G = 33.9%
B = 39.04%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AEDAFB (or 0xAEDAFB) is known color: Pale Cornflower Blue. HEX triplet: AE, DA and FB. RGB value is (174,218,251). Sum of RGB (Red+Green+Blue) = 174+218+251=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEDAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAFB is #512504. Grayscale: #D0D0D0. Windows color (decimal): -5317893 or 16505518. OLE color: 16505518.

HSL color Cylindrical-coordinate representation of color #AEDAFB: hue angle of 205.71º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEDAFB is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 218 251 -
CMYK 0.31 0.13 0 0.02
HSL 205.71º 0.91% 0.83% -
HSV(B) 205.71º 0.31% 0.98% -
XYZ 59.94 66.11 100.87 -
YUV 208.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 174 218 251 0.31 0.13 0 0.02 205.71 0.91 0.83
Hex AE DA FB 1F D 0 2 CE 5B 53
Octal 256 332 373 37 15 0 2 316 133 123
Binary 10101110 11011010 11111011 11111 1101 0 10 11001110 1011011 1010011

Color Harmonies of #AEDAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDAFB

Black with #AEDAFB

Text Example


Text Example

White with #AEDAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDAFB; }

 p { color: rgb(174,218,251); }

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

background-color css

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

 a { background-color: rgb(174,218,251); }

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

border-color css

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

 span { border-color: rgb(174,218,251); }

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