Html Css Color HEX #ADDEEF Light Blue

📋 copy color: '#ADDEEF'

red 173 ◦ green 222 ◦ blue 239

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

Shades of Light Blue #ADDEEF

Tints of Light Blue #ADDEEF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.02%

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

R = 27.29%
G = 35.02%
B = 37.7%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADDEEF (or 0xADDEEF) is known color: Light Blue. HEX triplet: AD, DE and EF. RGB value is (173,222,239). Sum of RGB (Red+Green+Blue) = 173+222+239=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADDEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEEF is #522110. Grayscale: #D1D1D1. Windows color (decimal): -5382417 or 15720109. OLE color: 15720109.

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

Color convert

RGB 173 222 239 -
CMYK 0.28 0.07 0 0.06
HSL 195.45º 0.67% 0.81% -
HSV(B) 195.45º 0.28% 0.94% -
XYZ 58.93 67.36 91.56 -
YUV 209.29 144.77 102.12 -
System Red Green Blue C M Y K H S L
Decimal 173 222 239 0.28 0.07 0 0.06 195.45 0.67 0.81
Hex AD DE EF 1C 7 0 6 C3 43 51
Octal 255 336 357 34 7 0 6 303 103 121
Binary 10101101 11011110 11101111 11100 111 0 110 11000011 1000011 1010001

Color Harmonies of #ADDEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEEF

Black with #ADDEEF

Text Example


Text Example

White with #ADDEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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