Html Css Color HEX #ADDBEC Light Blue

📋 copy color: '#ADDBEC'

red 173 ◦ green 219 ◦ blue 236

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

Shades of Light Blue #ADDBEC

Tints of Light Blue #ADDBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.58%

R = 27.55%
G = 34.87%
B = 37.58%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADDBEC (or 0xADDBEC) is known color: Light Blue. HEX triplet: AD, DB and EC. RGB value is (173,219,236). Sum of RGB (Red+Green+Blue) = 173+219+236=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADDBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDBEC is #522413. Grayscale: #CFCFCF. Windows color (decimal): -5383188 or 15522733. OLE color: 15522733.

HSL color Cylindrical-coordinate representation of color #ADDBEC: hue angle of 196.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADDBEC is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 219 236 -
CMYK 0.27 0.07 0 0.07
HSL 196.19º 0.62% 0.8% -
HSV(B) 196.19º 0.27% 0.93% -
XYZ 57.71 65.6 88.98 -
YUV 207.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 173 219 236 0.27 0.07 0 0.07 196.19 0.62 0.8
Hex AD DB EC 1B 7 0 7 C4 3E 50
Octal 255 333 354 33 7 0 7 304 76 120
Binary 10101101 11011011 11101100 11011 111 0 111 11000100 111110 1010000

Color Harmonies of #ADDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBEC

Black with #ADDBEC

Text Example


Text Example

White with #ADDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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