Html Css Color HEX #ADDAEE Light Blue

📋 copy color: '#ADDAEE'

red 173 ◦ green 218 ◦ blue 238

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

Shades of Light Blue #ADDAEE

Tints of Light Blue #ADDAEE

RGB

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

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

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

R = 27.5%
G = 34.66%
B = 37.84%

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

#ADDAEE (or 0xADDAEE) is known color: Light Blue. HEX triplet: AD, DA and EE. RGB value is (173,218,238). Sum of RGB (Red+Green+Blue) = 173+218+238=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADDAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAEE is #522511. Grayscale: #CECECE. Windows color (decimal): -5383442 or 15653549. OLE color: 15653549.

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

Color convert

RGB 173 218 238 -
CMYK 0.27 0.08 0 0.07
HSL 198.46º 0.66% 0.81% -
HSV(B) 198.46º 0.27% 0.93% -
XYZ 57.74 65.2 90.43 -
YUV 206.83 145.59 103.87 -
System Red Green Blue C M Y K H S L
Decimal 173 218 238 0.27 0.08 0 0.07 198.46 0.66 0.81
Hex AD DA EE 1B 8 0 7 C6 42 51
Octal 255 332 356 33 10 0 7 306 102 121
Binary 10101101 11011010 11101110 11011 1000 0 111 11000110 1000010 1010001

Color Harmonies of #ADDAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDAEE

Black with #ADDAEE

Text Example


Text Example

White with #ADDAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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