Html Css Color HEX #ADDCE9 Light Blue

📋 copy color: '#ADDCE9'

red 173 ◦ green 220 ◦ blue 233

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

Shades of Light Blue #ADDCE9

Tints of Light Blue #ADDCE9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.14%

 BLUE value IS 233 (91.41% from 255) = 37.22%

R = 27.64%
G = 35.14%
B = 37.22%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADDCE9 (or 0xADDCE9) is known color: Light Blue. HEX triplet: AD, DC and E9. RGB value is (173,220,233). Sum of RGB (Red+Green+Blue) = 173+220+233=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADDCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCE9 is #522316. Grayscale: #CFCFCF. Windows color (decimal): -5382935 or 15326381. OLE color: 15326381.

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

Color convert

RGB 173 220 233 -
CMYK 0.26 0.06 0 0.09
HSL 193º 0.58% 0.8% -
HSV(B) 193º 0.26% 0.91% -
XYZ 57.53 65.95 86.79 -
YUV 207.43 142.43 103.44 -
System Red Green Blue C M Y K H S L
Decimal 173 220 233 0.26 0.06 0 0.09 193 0.58 0.8
Hex AD DC E9 1A 6 0 9 C1 3A 50
Octal 255 334 351 32 6 0 11 301 72 120
Binary 10101101 11011100 11101001 11010 110 0 1001 11000001 111010 1010000

Color Harmonies of #ADDCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCE9

Black with #ADDCE9

Text Example


Text Example

White with #ADDCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCE9; }

 p { color: rgb(173,220,233); }

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

background-color css

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

 a { background-color: rgb(173,220,233); }

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

border-color css

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

 span { border-color: rgb(173,220,233); }

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