Html Css Color HEX #ADDEF3 Light Blue

📋 copy color: '#ADDEF3'

red 173 ◦ green 222 ◦ blue 243

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

Shades of Light Blue #ADDEF3

Tints of Light Blue #ADDEF3

RGB

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

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

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

R = 27.12%
G = 34.8%
B = 38.09%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADDEF3 (or 0xADDEF3) is known color: Light Blue. HEX triplet: AD, DE and F3. RGB value is (173,222,243). Sum of RGB (Red+Green+Blue) = 173+222+243=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADDEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEF3 is #52210C. Grayscale: #D1D1D1. Windows color (decimal): -5382413 or 15982253. OLE color: 15982253.

HSL color Cylindrical-coordinate representation of color #ADDEF3: hue angle of 198º 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 #ADDEF3 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 222 243 -
CMYK 0.29 0.09 0 0.05
HSL 198º 0.74% 0.82% -
HSV(B) 198º 0.29% 0.95% -
XYZ 59.53 67.6 94.7 -
YUV 209.74 146.77 101.79 -
System Red Green Blue C M Y K H S L
Decimal 173 222 243 0.29 0.09 0 0.05 198 0.74 0.82
Hex AD DE F3 1D 9 0 5 C6 4A 52
Octal 255 336 363 35 11 0 5 306 112 122
Binary 10101101 11011110 11110011 11101 1001 0 101 11000110 1001010 1010010

Color Harmonies of #ADDEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEF3

Black with #ADDEF3

Text Example


Text Example

White with #ADDEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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