Html Css Color HEX #AEDEEB Light Blue

📋 copy color: '#AEDEEB'

red 174 ◦ green 222 ◦ blue 235

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

Shades of Light Blue #AEDEEB

Tints of Light Blue #AEDEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.18%

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

R = 27.58%
G = 35.18%
B = 37.24%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AEDEEB (or 0xAEDEEB) is known color: Light Blue. HEX triplet: AE, DE and EB. RGB value is (174,222,235). Sum of RGB (Red+Green+Blue) = 174+222+235=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEDEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEEB is #512114. Grayscale: #D1D1D1. Windows color (decimal): -5316885 or 15457966. OLE color: 15457966.

HSL color Cylindrical-coordinate representation of color #AEDEEB: hue angle of 192.79º 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 #AEDEEB is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 222 235 -
CMYK 0.26 0.06 0 0.08
HSL 192.79º 0.6% 0.8% -
HSV(B) 192.79º 0.26% 0.92% -
XYZ 58.57 67.24 88.49 -
YUV 209.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 174 222 235 0.26 0.06 0 0.08 192.79 0.6 0.8
Hex AE DE EB 1A 6 0 8 C1 3C 50
Octal 256 336 353 32 6 0 10 301 74 120
Binary 10101110 11011110 11101011 11010 110 0 1000 11000001 111100 1010000

Color Harmonies of #AEDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEEB

Black with #AEDEEB

Text Example


Text Example

White with #AEDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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