Html Css Color HEX #ADDBE6 Light Blue

📋 copy color: '#ADDBE6'

red 173 ◦ green 219 ◦ blue 230

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

Shades of Light Blue #ADDBE6

Tints of Light Blue #ADDBE6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.21%

 BLUE value IS 230 (90.23% from 255) = 36.98%

R = 27.81%
G = 35.21%
B = 36.98%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADDBE6 (or 0xADDBE6) is known color: Light Blue. HEX triplet: AD, DB and E6. RGB value is (173,219,230). Sum of RGB (Red+Green+Blue) = 173+219+230=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADDBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDBE6 is #522419. Grayscale: #CECECE. Windows color (decimal): -5383194 or 15129517. OLE color: 15129517.

HSL color Cylindrical-coordinate representation of color #ADDBE6: hue angle of 191.58º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADDBE6 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 219 230 -
CMYK 0.25 0.05 0 0.10
HSL 191.58º 0.53% 0.79% -
HSV(B) 191.58º 0.25% 0.9% -
XYZ 56.85 65.26 84.46 -
YUV 206.5 141.26 104.11 -
System Red Green Blue C M Y K H S L
Decimal 173 219 230 0.25 0.05 0 0.10 191.58 0.53 0.79
Hex AD DB E6 19 5 0 A C0 35 4F
Octal 255 333 346 31 5 0 12 300 65 117
Binary 10101101 11011011 11100110 11001 101 0 1010 11000000 110101 1001111

Color Harmonies of #ADDBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBE6

Black with #ADDBE6

Text Example


Text Example

White with #ADDBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBE6; }

 p { color: rgb(173,219,230); }

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

background-color css

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

 a { background-color: rgb(173,219,230); }

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

border-color css

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

 span { border-color: rgb(173,219,230); }

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