Html Css Color HEX #ADDAEC Light Blue

📋 copy color: '#ADDAEC'

red 173 ◦ green 218 ◦ blue 236

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

Shades of Light Blue #ADDAEC

Tints of Light Blue #ADDAEC

RGB

 RED value IS 173 (67.97% from 255) = 27.59%

 GREEN value IS 218 (85.55% from 255) = 34.77%

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

R = 27.59%
G = 34.77%
B = 37.64%

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

#ADDAEC (or 0xADDAEC) is known color: Light Blue. HEX triplet: AD, DA and EC. RGB value is (173,218,236). Sum of RGB (Red+Green+Blue) = 173+218+236=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADDAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAEC is #522513. Grayscale: #CECECE. Windows color (decimal): -5383444 or 15522477. OLE color: 15522477.

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

Color convert

RGB 173 218 236 -
CMYK 0.27 0.08 0 0.07
HSL 197.14º 0.62% 0.8% -
HSV(B) 197.14º 0.27% 0.93% -
XYZ 57.45 65.08 88.89 -
YUV 206.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 173 218 236 0.27 0.08 0 0.07 197.14 0.62 0.8
Hex AD DA EC 1B 8 0 7 C5 3E 50
Octal 255 332 354 33 10 0 7 305 76 120
Binary 10101101 11011010 11101100 11011 1000 0 111 11000101 111110 1010000

Color Harmonies of #ADDAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDAEC

Black with #ADDAEC

Text Example


Text Example

White with #ADDAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDAEC; }

 p { color: rgb(173,218,236); }

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

background-color css

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

 a { background-color: rgb(173,218,236); }

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

border-color css

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

 span { border-color: rgb(173,218,236); }

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