Html Css Color HEX #ADDFF1 Light Blue

📋 copy color: '#ADDFF1'

red 173 ◦ green 223 ◦ blue 241

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

Shades of Light Blue #ADDFF1

Tints of Light Blue #ADDFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.83%

R = 27.16%
G = 35.01%
B = 37.83%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADDFF1 (or 0xADDFF1) is known color: Light Blue. HEX triplet: AD, DF and F1. RGB value is (173,223,241). Sum of RGB (Red+Green+Blue) = 173+223+241=637 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.16% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADDFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFF1 is #52200E. Grayscale: #D1D1D1. Windows color (decimal): -5382159 or 15851437. OLE color: 15851437.

HSL color Cylindrical-coordinate representation of color #ADDFF1: hue angle of 195.88º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADDFF1 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 223 241 -
CMYK 0.28 0.07 0 0.05
HSL 195.88º 0.71% 0.81% -
HSV(B) 195.88º 0.28% 0.95% -
XYZ 59.5 68.01 93.21 -
YUV 210.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 173 223 241 0.28 0.07 0 0.05 195.88 0.71 0.81
Hex AD DF F1 1C 7 0 5 C4 47 51
Octal 255 337 361 34 7 0 5 304 107 121
Binary 10101101 11011111 11110001 11100 111 0 101 11000100 1000111 1010001

Color Harmonies of #ADDFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFF1

Black with #ADDFF1

Text Example


Text Example

White with #ADDFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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