Html Css Color HEX #AEDFEC Light Blue

📋 copy color: '#AEDFEC'

red 174 ◦ green 223 ◦ blue 236

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

Shades of Light Blue #AEDFEC

Tints of Light Blue #AEDFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.28%

R = 27.49%
G = 35.23%
B = 37.28%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEDFEC (or 0xAEDFEC) is known color: Light Blue. HEX triplet: AE, DF and EC. RGB value is (174,223,236). Sum of RGB (Red+Green+Blue) = 174+223+236=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFEC is #512013. Grayscale: #D1D1D1. Windows color (decimal): -5316628 or 15523758. OLE color: 15523758.

HSL color Cylindrical-coordinate representation of color #AEDFEC: hue angle of 192.58º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEDFEC is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 223 236 -
CMYK 0.26 0.06 0 0.07
HSL 192.58º 0.62% 0.8% -
HSV(B) 192.58º 0.26% 0.93% -
XYZ 58.98 67.83 89.34 -
YUV 209.83 142.77 102.44 -
System Red Green Blue C M Y K H S L
Decimal 174 223 236 0.26 0.06 0 0.07 192.58 0.62 0.8
Hex AE DF EC 1A 6 0 7 C1 3E 50
Octal 256 337 354 32 6 0 7 301 76 120
Binary 10101110 11011111 11101100 11010 110 0 111 11000001 111110 1010000

Color Harmonies of #AEDFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDFEC

Black with #AEDFEC

Text Example


Text Example

White with #AEDFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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