Html Css Color HEX #ADDFF2 Light Blue

📋 copy color: '#ADDFF2'

red 173 ◦ green 223 ◦ blue 242

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

Shades of Light Blue #ADDFF2

Tints of Light Blue #ADDFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.93%

R = 27.12%
G = 34.95%
B = 37.93%

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

#ADDFF2 (or 0xADDFF2) is known color: Light Blue. HEX triplet: AD, DF and F2. RGB value is (173,223,242). Sum of RGB (Red+Green+Blue) = 173+223+242=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADDFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFF2 is #52200D. Grayscale: #D2D2D2. Windows color (decimal): -5382158 or 15916973. OLE color: 15916973.

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

Color convert

RGB 173 223 242 -
CMYK 0.29 0.08 0 0.05
HSL 196.52º 0.73% 0.81% -
HSV(B) 196.52º 0.29% 0.95% -
XYZ 59.65 68.07 94 -
YUV 210.22 145.94 101.46 -
System Red Green Blue C M Y K H S L
Decimal 173 223 242 0.29 0.08 0 0.05 196.52 0.73 0.81
Hex AD DF F2 1D 8 0 5 C5 49 51
Octal 255 337 362 35 10 0 5 305 111 121
Binary 10101101 11011111 11110010 11101 1000 0 101 11000101 1001001 1010001

Color Harmonies of #ADDFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFF2

Black with #ADDFF2

Text Example


Text Example

White with #ADDFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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