Html Css Color HEX #AEDFEE Light Blue

📋 copy color: '#AEDFEE'

red 174 ◦ green 223 ◦ blue 238

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

Shades of Light Blue #AEDFEE

Tints of Light Blue #AEDFEE

RGB

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

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

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

R = 27.4%
G = 35.12%
B = 37.48%

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

#AEDFEE (or 0xAEDFEE) is known color: Light Blue. HEX triplet: AE, DF and EE. RGB value is (174,223,238). Sum of RGB (Red+Green+Blue) = 174+223+238=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEDFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFEE is #512011. Grayscale: #D1D1D1. Windows color (decimal): -5316626 or 15654830. OLE color: 15654830.

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

Color convert

RGB 174 223 238 -
CMYK 0.27 0.06 0 0.07
HSL 194.06º 0.65% 0.81% -
HSV(B) 194.06º 0.27% 0.93% -
XYZ 59.28 67.95 90.88 -
YUV 210.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 174 223 238 0.27 0.06 0 0.07 194.06 0.65 0.81
Hex AE DF EE 1B 6 0 7 C2 41 51
Octal 256 337 356 33 6 0 7 302 101 121
Binary 10101110 11011111 11101110 11011 110 0 111 11000010 1000001 1010001

Color Harmonies of #AEDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDFEE

Black with #AEDFEE

Text Example


Text Example

White with #AEDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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