Html Css Color HEX #ADDCEE Light Blue

📋 copy color: '#ADDCEE'

red 173 ◦ green 220 ◦ blue 238

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

Shades of Light Blue #ADDCEE

Tints of Light Blue #ADDCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.72%

R = 27.42%
G = 34.87%
B = 37.72%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADDCEE (or 0xADDCEE) is known color: Light Blue. HEX triplet: AD, DC and EE. RGB value is (173,220,238). Sum of RGB (Red+Green+Blue) = 173+220+238=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADDCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCEE is #522311. Grayscale: #CFCFCF. Windows color (decimal): -5382930 or 15654061. OLE color: 15654061.

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

Color convert

RGB 173 220 238 -
CMYK 0.27 0.08 0 0.07
HSL 196.62º 0.66% 0.81% -
HSV(B) 196.62º 0.27% 0.93% -
XYZ 58.26 66.24 90.6 -
YUV 208 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 173 220 238 0.27 0.08 0 0.07 196.62 0.66 0.81
Hex AD DC EE 1B 8 0 7 C5 42 51
Octal 255 334 356 33 10 0 7 305 102 121
Binary 10101101 11011100 11101110 11011 1000 0 111 11000101 1000010 1010001

Color Harmonies of #ADDCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCEE

Black with #ADDCEE

Text Example


Text Example

White with #ADDCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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