Html Css Color HEX #ADDBE7 Light Blue

📋 copy color: '#ADDBE7'

red 173 ◦ green 219 ◦ blue 231

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

Shades of Light Blue #ADDBE7

Tints of Light Blue #ADDBE7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.15%

 BLUE value IS 231 (90.63% from 255) = 37.08%

R = 27.77%
G = 35.15%
B = 37.08%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADDBE7 (or 0xADDBE7) is known color: Light Blue. HEX triplet: AD, DB and E7. RGB value is (173,219,231). Sum of RGB (Red+Green+Blue) = 173+219+231=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADDBE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDBE7 is #522418. Grayscale: #CECECE. Windows color (decimal): -5383193 or 15195053. OLE color: 15195053.

HSL color Cylindrical-coordinate representation of color #ADDBE7: hue angle of 192.41º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADDBE7 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 219 231 -
CMYK 0.25 0.05 0 0.09
HSL 192.41º 0.55% 0.79% -
HSV(B) 192.41º 0.25% 0.91% -
XYZ 56.99 65.32 85.21 -
YUV 206.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 173 219 231 0.25 0.05 0 0.09 192.41 0.55 0.79
Hex AD DB E7 19 5 0 9 C0 37 4F
Octal 255 333 347 31 5 0 11 300 67 117
Binary 10101101 11011011 11100111 11001 101 0 1001 11000000 110111 1001111

Color Harmonies of #ADDBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBE7

Black with #ADDBE7

Text Example


Text Example

White with #ADDBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBE7; }

 p { color: rgb(173,219,231); }

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

background-color css

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

 a { background-color: rgb(173,219,231); }

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

border-color css

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

 span { border-color: rgb(173,219,231); }

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