Html Css Color HEX #ADDFEF Light Blue

📋 copy color: '#ADDFEF'

red 173 ◦ green 223 ◦ blue 239

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

Shades of Light Blue #ADDFEF

Tints of Light Blue #ADDFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.64%

R = 27.24%
G = 35.12%
B = 37.64%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADDFEF (or 0xADDFEF) is known color: Light Blue. HEX triplet: AD, DF and EF. RGB value is (173,223,239). Sum of RGB (Red+Green+Blue) = 173+223+239=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADDFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFEF is #522010. Grayscale: #D1D1D1. Windows color (decimal): -5382161 or 15720365. OLE color: 15720365.

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

Color convert

RGB 173 223 239 -
CMYK 0.28 0.07 0 0.06
HSL 194.55º 0.67% 0.81% -
HSV(B) 194.55º 0.28% 0.94% -
XYZ 59.2 67.89 91.65 -
YUV 209.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 173 223 239 0.28 0.07 0 0.06 194.55 0.67 0.81
Hex AD DF EF 1C 7 0 6 C3 43 51
Octal 255 337 357 34 7 0 6 303 103 121
Binary 10101101 11011111 11101111 11100 111 0 110 11000011 1000011 1010001

Color Harmonies of #ADDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFEF

Black with #ADDFEF

Text Example


Text Example

White with #ADDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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