Html Css Color HEX #ADDFF3 Light Blue

📋 copy color: '#ADDFF3'

red 173 ◦ green 223 ◦ blue 243

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

Shades of Light Blue #ADDFF3

Tints of Light Blue #ADDFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.03%

R = 27.07%
G = 34.9%
B = 38.03%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADDFF3 (or 0xADDFF3) is known color: Light Blue. HEX triplet: AD, DF and F3. RGB value is (173,223,243). Sum of RGB (Red+Green+Blue) = 173+223+243=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 243 (95.31% from 255 or 38.03% from 639); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADDFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFF3 is #52200C. Grayscale: #D2D2D2. Windows color (decimal): -5382157 or 15982509. OLE color: 15982509.

HSL color Cylindrical-coordinate representation of color #ADDFF3: hue angle of 197.14º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADDFF3 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 223 243 -
CMYK 0.29 0.08 0 0.05
HSL 197.14º 0.74% 0.82% -
HSV(B) 197.14º 0.29% 0.95% -
XYZ 59.8 68.13 94.79 -
YUV 210.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 173 223 243 0.29 0.08 0 0.05 197.14 0.74 0.82
Hex AD DF F3 1D 8 0 5 C5 4A 52
Octal 255 337 363 35 10 0 5 305 112 122
Binary 10101101 11011111 11110011 11101 1000 0 101 11000101 1001010 1010010

Color Harmonies of #ADDFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFF3

Black with #ADDFF3

Text Example


Text Example

White with #ADDFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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