Html Css Color HEX #ADDFEE Light Blue

📋 copy color: '#ADDFEE'

red 173 ◦ green 223 ◦ blue 238

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

Shades of Light Blue #ADDFEE

Tints of Light Blue #ADDFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.54%

R = 27.29%
G = 35.17%
B = 37.54%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADDFEE (or 0xADDFEE) is known color: Light Blue. HEX triplet: AD, DF and EE. RGB value is (173,223,238). Sum of RGB (Red+Green+Blue) = 173+223+238=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADDFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFEE is #522011. Grayscale: #D1D1D1. Windows color (decimal): -5382162 or 15654829. OLE color: 15654829.

HSL color Cylindrical-coordinate representation of color #ADDFEE: hue angle of 193.85º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADDFEE is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 223 238 -
CMYK 0.27 0.06 0 0.07
HSL 193.85º 0.66% 0.81% -
HSV(B) 193.85º 0.27% 0.93% -
XYZ 59.05 67.83 90.87 -
YUV 209.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 173 223 238 0.27 0.06 0 0.07 193.85 0.66 0.81
Hex AD DF EE 1B 6 0 7 C2 42 51
Octal 255 337 356 33 6 0 7 302 102 121
Binary 10101101 11011111 11101110 11011 110 0 111 11000010 1000010 1010001

Color Harmonies of #ADDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFEE

Black with #ADDFEE

Text Example


Text Example

White with #ADDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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