Html Css Color HEX #ADDFF7 Light Blue

📋 copy color: '#ADDFF7'

red 173 ◦ green 223 ◦ blue 247

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

Shades of Light Blue #ADDFF7

Tints of Light Blue #ADDFF7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.68%

 BLUE value IS 247 (96.88% from 255) = 38.41%

R = 26.91%
G = 34.68%
B = 38.41%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ADDFF7 (or 0xADDFF7) is known color: Light Blue. HEX triplet: AD, DF and F7. RGB value is (173,223,247). Sum of RGB (Red+Green+Blue) = 173+223+247=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADDFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFF7 is #522008. Grayscale: #D2D2D2. Windows color (decimal): -5382153 or 16244653. OLE color: 16244653.

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

Color convert

RGB 173 223 247 -
CMYK 0.30 0.10 0 0.03
HSL 199.46º 0.82% 0.82% -
HSV(B) 199.46º 0.3% 0.97% -
XYZ 60.41 68.37 98.01 -
YUV 210.79 148.44 101.05 -
System Red Green Blue C M Y K H S L
Decimal 173 223 247 0.30 0.10 0 0.03 199.46 0.82 0.82
Hex AD DF F7 1E A 0 3 C7 52 52
Octal 255 337 367 36 12 0 3 307 122 122
Binary 10101101 11011111 11110111 11110 1010 0 11 11000111 1010010 1010010

Color Harmonies of #ADDFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFF7

Black with #ADDFF7

Text Example


Text Example

White with #ADDFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFF7; }

 p { color: rgb(173,223,247); }

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

background-color css

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

 a { background-color: rgb(173,223,247); }

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

border-color css

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

 span { border-color: rgb(173,223,247); }

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