Html Css Color HEX #ADDEF6 Light Blue

📋 copy color: '#ADDEF6'

red 173 ◦ green 222 ◦ blue 246

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

Shades of Light Blue #ADDEF6

Tints of Light Blue #ADDEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.38%

R = 26.99%
G = 34.63%
B = 38.38%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ADDEF6 (or 0xADDEF6) is known color: Light Blue. HEX triplet: AD, DE and F6. RGB value is (173,222,246). Sum of RGB (Red+Green+Blue) = 173+222+246=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #ADDEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEF6 is #522109. Grayscale: #D1D1D1. Windows color (decimal): -5382410 or 16178861. OLE color: 16178861.

HSL color Cylindrical-coordinate representation of color #ADDEF6: hue angle of 199.73º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADDEF6 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 222 246 -
CMYK 0.30 0.10 0 0.04
HSL 199.73º 0.8% 0.82% -
HSV(B) 199.73º 0.3% 0.96% -
XYZ 59.99 67.78 97.11 -
YUV 210.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 173 222 246 0.30 0.10 0 0.04 199.73 0.8 0.82
Hex AD DE F6 1E A 0 4 C8 50 52
Octal 255 336 366 36 12 0 4 310 120 122
Binary 10101101 11011110 11110110 11110 1010 0 100 11001000 1010000 1010010

Color Harmonies of #ADDEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEF6

Black with #ADDEF6

Text Example


Text Example

White with #ADDEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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