Html Css Color HEX #AED8EF Light Blue

📋 copy color: '#AED8EF'

red 174 ◦ green 216 ◦ blue 239

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

Shades of Light Blue #AED8EF

Tints of Light Blue #AED8EF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.34%

 BLUE value IS 239 (93.75% from 255) = 38%

R = 27.66%
G = 34.34%
B = 38%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AED8EF (or 0xAED8EF) is known color: Light Blue. HEX triplet: AE, D8 and EF. RGB value is (174,216,239). Sum of RGB (Red+Green+Blue) = 174+216+239=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #AED8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED8EF is #512710. Grayscale: #CDCDCD. Windows color (decimal): -5318417 or 15718574. OLE color: 15718574.

HSL color Cylindrical-coordinate representation of color #AED8EF: hue angle of 201.23º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AED8EF is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 216 239 -
CMYK 0.27 0.10 0 0.06
HSL 201.23º 0.67% 0.81% -
HSV(B) 201.23º 0.27% 0.94% -
XYZ 57.59 64.34 91.05 -
YUV 206.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 174 216 239 0.27 0.10 0 0.06 201.23 0.67 0.81
Hex AE D8 EF 1B A 0 6 C9 43 51
Octal 256 330 357 33 12 0 6 311 103 121
Binary 10101110 11011000 11101111 11011 1010 0 110 11001001 1000011 1010001

Color Harmonies of #AED8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED8EF

Black with #AED8EF

Text Example


Text Example

White with #AED8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED8EF; }

 p { color: rgb(174,216,239); }

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

background-color css

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

 a { background-color: rgb(174,216,239); }

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

border-color css

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

 span { border-color: rgb(174,216,239); }

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