Html Css Color HEX #AEDFED Light Blue

📋 copy color: '#AEDFED'

red 174 ◦ green 223 ◦ blue 237

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

Shades of Light Blue #AEDFED

Tints of Light Blue #AEDFED

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.17%

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

R = 27.44%
G = 35.17%
B = 37.38%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEDFED (or 0xAEDFED) is known color: Light Blue. HEX triplet: AE, DF and ED. RGB value is (174,223,237). Sum of RGB (Red+Green+Blue) = 174+223+237=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEDFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFED is #512012. Grayscale: #D1D1D1. Windows color (decimal): -5316627 or 15589294. OLE color: 15589294.

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

Color convert

RGB 174 223 237 -
CMYK 0.27 0.06 0 0.07
HSL 193.33º 0.64% 0.81% -
HSV(B) 193.33º 0.27% 0.93% -
XYZ 59.13 67.89 90.11 -
YUV 209.95 143.27 102.36 -
System Red Green Blue C M Y K H S L
Decimal 174 223 237 0.27 0.06 0 0.07 193.33 0.64 0.81
Hex AE DF ED 1B 6 0 7 C1 40 51
Octal 256 337 355 33 6 0 7 301 100 121
Binary 10101110 11011111 11101101 11011 110 0 111 11000001 1000000 1010001

Color Harmonies of #AEDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDFED

Black with #AEDFED

Text Example


Text Example

White with #AEDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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