Html Css Color HEX #AEDEEE Light Blue

📋 copy color: '#AEDEEE'

red 174 ◦ green 222 ◦ blue 238

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

Shades of Light Blue #AEDEEE

Tints of Light Blue #AEDEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.54%

R = 27.44%
G = 35.02%
B = 37.54%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEDEEE (or 0xAEDEEE) is known color: Light Blue. HEX triplet: AE, DE and EE. RGB value is (174,222,238). Sum of RGB (Red+Green+Blue) = 174+222+238=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEDEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEEE is #512111. Grayscale: #D1D1D1. Windows color (decimal): -5316882 or 15654574. OLE color: 15654574.

HSL color Cylindrical-coordinate representation of color #AEDEEE: hue angle of 195º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEDEEE is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 222 238 -
CMYK 0.27 0.07 0 0.07
HSL 195º 0.65% 0.81% -
HSV(B) 195º 0.27% 0.93% -
XYZ 59.01 67.41 90.79 -
YUV 209.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 174 222 238 0.27 0.07 0 0.07 195 0.65 0.81
Hex AE DE EE 1B 7 0 7 C3 41 51
Octal 256 336 356 33 7 0 7 303 101 121
Binary 10101110 11011110 11101110 11011 111 0 111 11000011 1000001 1010001

Color Harmonies of #AEDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEEE

Black with #AEDEEE

Text Example


Text Example

White with #AEDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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