Html Css Color HEX #AEDEEF Light Blue

📋 copy color: '#AEDEEF'

red 174 ◦ green 222 ◦ blue 239

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

Shades of Light Blue #AEDEEF

Tints of Light Blue #AEDEEF

RGB

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

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

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

R = 27.4%
G = 34.96%
B = 37.64%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AEDEEF (or 0xAEDEEF) is known color: Light Blue. HEX triplet: AE, DE and EF. RGB value is (174,222,239). Sum of RGB (Red+Green+Blue) = 174+222+239=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEDEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEEF is #512110. Grayscale: #D1D1D1. Windows color (decimal): -5316881 or 15720110. OLE color: 15720110.

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

Color convert

RGB 174 222 239 -
CMYK 0.27 0.07 0 0.06
HSL 195.69º 0.67% 0.81% -
HSV(B) 195.69º 0.27% 0.94% -
XYZ 59.16 67.47 91.57 -
YUV 209.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 174 222 239 0.27 0.07 0 0.06 195.69 0.67 0.81
Hex AE DE EF 1B 7 0 6 C4 43 51
Octal 256 336 357 33 7 0 6 304 103 121
Binary 10101110 11011110 11101111 11011 111 0 110 11000100 1000011 1010001

Color Harmonies of #AEDEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEEF

Black with #AEDEEF

Text Example


Text Example

White with #AEDEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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