Html Css Color HEX #ADDBF0 Light Blue

📋 copy color: '#ADDBF0'

red 173 ◦ green 219 ◦ blue 240

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

Shades of Light Blue #ADDBF0

Tints of Light Blue #ADDBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.97%

R = 27.37%
G = 34.65%
B = 37.97%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADDBF0 (or 0xADDBF0) is known color: Light Blue. HEX triplet: AD, DB and F0. RGB value is (173,219,240). Sum of RGB (Red+Green+Blue) = 173+219+240=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADDBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDBF0 is #52240F. Grayscale: #CFCFCF. Windows color (decimal): -5383184 or 15784877. OLE color: 15784877.

HSL color Cylindrical-coordinate representation of color #ADDBF0: hue angle of 198.81º degrees, saturation: 0.69, 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 #ADDBF0 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 219 240 -
CMYK 0.28 0.09 0 0.06
HSL 198.81º 0.69% 0.81% -
HSV(B) 198.81º 0.28% 0.94% -
XYZ 58.29 65.84 92.07 -
YUV 207.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 173 219 240 0.28 0.09 0 0.06 198.81 0.69 0.81
Hex AD DB F0 1C 9 0 6 C7 45 51
Octal 255 333 360 34 11 0 6 307 105 121
Binary 10101101 11011011 11110000 11100 1001 0 110 11000111 1000101 1010001

Color Harmonies of #ADDBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBF0

Black with #ADDBF0

Text Example


Text Example

White with #ADDBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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