Html Css Color HEX #ADDCEF Light Blue

📋 copy color: '#ADDCEF'

red 173 ◦ green 220 ◦ blue 239

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

Shades of Light Blue #ADDCEF

Tints of Light Blue #ADDCEF

RGB

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

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

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

R = 27.37%
G = 34.81%
B = 37.82%

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

#ADDCEF (or 0xADDCEF) is known color: Light Blue. HEX triplet: AD, DC and EF. RGB value is (173,220,239). Sum of RGB (Red+Green+Blue) = 173+220+239=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADDCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDCEF is #522310. Grayscale: #CFCFCF. Windows color (decimal): -5382929 or 15719597. OLE color: 15719597.

HSL color Cylindrical-coordinate representation of color #ADDCEF: hue angle of 197.27º 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 #ADDCEF is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 220 239 -
CMYK 0.28 0.08 0 0.06
HSL 197.27º 0.67% 0.81% -
HSV(B) 197.27º 0.28% 0.94% -
XYZ 58.41 66.3 91.38 -
YUV 208.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 173 220 239 0.28 0.08 0 0.06 197.27 0.67 0.81
Hex AD DC EF 1C 8 0 6 C5 43 51
Octal 255 334 357 34 10 0 6 305 103 121
Binary 10101101 11011100 11101111 11100 1000 0 110 11000101 1000011 1010001

Color Harmonies of #ADDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCEF

Black with #ADDCEF

Text Example


Text Example

White with #ADDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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