Html Css Color HEX #ADDFED Light Blue

📋 copy color: '#ADDFED'

red 173 ◦ green 223 ◦ blue 237

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

Shades of Light Blue #ADDFED

Tints of Light Blue #ADDFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.44%

R = 27.33%
G = 35.23%
B = 37.44%

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

#ADDFED (or 0xADDFED) is known color: Light Blue. HEX triplet: AD, DF and ED. RGB value is (173,223,237). Sum of RGB (Red+Green+Blue) = 173+223+237=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADDFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFED is #522012. Grayscale: #D1D1D1. Windows color (decimal): -5382163 or 15589293. OLE color: 15589293.

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

Color convert

RGB 173 223 237 -
CMYK 0.27 0.06 0 0.07
HSL 193.13º 0.64% 0.8% -
HSV(B) 193.13º 0.27% 0.93% -
XYZ 58.91 67.77 90.1 -
YUV 209.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 173 223 237 0.27 0.06 0 0.07 193.13 0.64 0.8
Hex AD DF ED 1B 6 0 7 C1 40 50
Octal 255 337 355 33 6 0 7 301 100 120
Binary 10101101 11011111 11101101 11011 110 0 111 11000001 1000000 1010000

Color Harmonies of #ADDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFED

Black with #ADDFED

Text Example


Text Example

White with #ADDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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