Html Css Color HEX #ADDBEF Light Blue

📋 copy color: '#ADDBEF'

red 173 ◦ green 219 ◦ blue 239

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

Shades of Light Blue #ADDBEF

Tints of Light Blue #ADDBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.88%

R = 27.42%
G = 34.71%
B = 37.88%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADDBEF (or 0xADDBEF) is known color: Light Blue. HEX triplet: AD, DB and EF. RGB value is (173,219,239). Sum of RGB (Red+Green+Blue) = 173+219+239=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADDBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDBEF is #522410. Grayscale: #CFCFCF. Windows color (decimal): -5383185 or 15719341. OLE color: 15719341.

HSL color Cylindrical-coordinate representation of color #ADDBEF: hue angle of 198.18º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADDBEF is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 219 239 -
CMYK 0.28 0.08 0 0.06
HSL 198.18º 0.67% 0.81% -
HSV(B) 198.18º 0.28% 0.94% -
XYZ 58.15 65.78 91.29 -
YUV 207.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 173 219 239 0.28 0.08 0 0.06 198.18 0.67 0.81
Hex AD DB EF 1C 8 0 6 C6 43 51
Octal 255 333 357 34 10 0 6 306 103 121
Binary 10101101 11011011 11101111 11100 1000 0 110 11000110 1000011 1010001

Color Harmonies of #ADDBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBEF

Black with #ADDBEF

Text Example


Text Example

White with #ADDBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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