Html Css Color HEX #ADDAE7 Light Blue

📋 copy color: '#ADDAE7'

red 173 ◦ green 218 ◦ blue 231

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

Shades of Light Blue #ADDAE7

Tints of Light Blue #ADDAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.14%

R = 27.81%
G = 35.05%
B = 37.14%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADDAE7 (or 0xADDAE7) is known color: Light Blue. HEX triplet: AD, DA and E7. RGB value is (173,218,231). Sum of RGB (Red+Green+Blue) = 173+218+231=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADDAE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAE7 is #522518. Grayscale: #CDCDCD. Windows color (decimal): -5383449 or 15194797. OLE color: 15194797.

HSL color Cylindrical-coordinate representation of color #ADDAE7: hue angle of 193.45º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADDAE7 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 218 231 -
CMYK 0.25 0.06 0 0.09
HSL 193.45º 0.55% 0.79% -
HSV(B) 193.45º 0.25% 0.91% -
XYZ 56.73 64.8 85.12 -
YUV 206.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 173 218 231 0.25 0.06 0 0.09 193.45 0.55 0.79
Hex AD DA E7 19 6 0 9 C1 37 4F
Octal 255 332 347 31 6 0 11 301 67 117
Binary 10101101 11011010 11100111 11001 110 0 1001 11000001 110111 1001111

Color Harmonies of #ADDAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDAE7

Black with #ADDAE7

Text Example


Text Example

White with #ADDAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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