Html Css Color HEX #AEDBED Light Blue

📋 copy color: '#AEDBED'

red 174 ◦ green 219 ◦ blue 237

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

Shades of Light Blue #AEDBED

Tints of Light Blue #AEDBED

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.76%

 BLUE value IS 237 (92.97% from 255) = 37.62%

R = 27.62%
G = 34.76%
B = 37.62%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEDBED (or 0xAEDBED) is known color: Light Blue. HEX triplet: AE, DB and ED. RGB value is (174,219,237). Sum of RGB (Red+Green+Blue) = 174+219+237=630 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.62% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEDBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBED is #512412. Grayscale: #CFCFCF. Windows color (decimal): -5317651 or 15588270. OLE color: 15588270.

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

Color convert

RGB 174 219 237 -
CMYK 0.27 0.08 0 0.07
HSL 197.14º 0.64% 0.81% -
HSV(B) 197.14º 0.27% 0.93% -
XYZ 58.07 65.78 89.76 -
YUV 207.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 174 219 237 0.27 0.08 0 0.07 197.14 0.64 0.81
Hex AE DB ED 1B 8 0 7 C5 40 51
Octal 256 333 355 33 10 0 7 305 100 121
Binary 10101110 11011011 11101101 11011 1000 0 111 11000101 1000000 1010001

Color Harmonies of #AEDBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBED

Black with #AEDBED

Text Example


Text Example

White with #AEDBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBED; }

 p { color: rgb(174,219,237); }

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

background-color css

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

 a { background-color: rgb(174,219,237); }

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

border-color css

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

 span { border-color: rgb(174,219,237); }

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