Html Css Color HEX #ADDCEC Light Blue

📋 copy color: '#ADDCEC'

red 173 ◦ green 220 ◦ blue 236

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

Shades of Light Blue #ADDCEC

Tints of Light Blue #ADDCEC

RGB

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

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

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

R = 27.5%
G = 34.98%
B = 37.52%

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

#ADDCEC (or 0xADDCEC) is known color: Light Blue. HEX triplet: AD, DC and EC. RGB value is (173,220,236). Sum of RGB (Red+Green+Blue) = 173+220+236=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADDCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCEC is #522313. Grayscale: #CFCFCF. Windows color (decimal): -5382932 or 15522989. OLE color: 15522989.

HSL color Cylindrical-coordinate representation of color #ADDCEC: hue angle of 195.24º 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 #ADDCEC is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 220 236 -
CMYK 0.27 0.07 0 0.07
HSL 195.24º 0.62% 0.8% -
HSV(B) 195.24º 0.27% 0.93% -
XYZ 57.97 66.13 89.07 -
YUV 207.77 143.93 103.2 -
System Red Green Blue C M Y K H S L
Decimal 173 220 236 0.27 0.07 0 0.07 195.24 0.62 0.8
Hex AD DC EC 1B 7 0 7 C3 3E 50
Octal 255 334 354 33 7 0 7 303 76 120
Binary 10101101 11011100 11101100 11011 111 0 111 11000011 111110 1010000

Color Harmonies of #ADDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCEC

Black with #ADDCEC

Text Example


Text Example

White with #ADDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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