Html Css Color HEX #AADBED Light Blue

📋 copy color: '#AADBED'

red 170 ◦ green 219 ◦ blue 237

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

Shades of Light Blue #AADBED

Tints of Light Blue #AADBED

RGB

 RED value IS 170 (66.8% from 255) = 27.16%

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

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

R = 27.16%
G = 34.98%
B = 37.86%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AADBED (or 0xAADBED) is known color: Light Blue. HEX triplet: AA, DB and ED. RGB value is (170,219,237). Sum of RGB (Red+Green+Blue) = 170+219+237=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #AADBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBED is #552412. Grayscale: #CECECE. Windows color (decimal): -5579795 or 15588266. OLE color: 15588266.

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

Color convert

RGB 170 219 237 -
CMYK 0.28 0.08 0 0.07
HSL 196.12º 0.65% 0.8% -
HSV(B) 196.12º 0.28% 0.93% -
XYZ 57.2 65.32 89.71 -
YUV 206.4 145.27 102.04 -
System Red Green Blue C M Y K H S L
Decimal 170 219 237 0.28 0.08 0 0.07 196.12 0.65 0.8
Hex AA DB ED 1C 8 0 7 C4 41 50
Octal 252 333 355 34 10 0 7 304 101 120
Binary 10101010 11011011 11101101 11100 1000 0 111 11000100 1000001 1010000

Color Harmonies of #AADBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADBED

Black with #AADBED

Text Example


Text Example

White with #AADBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADBED; }

 p { color: rgb(170,219,237); }

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

background-color css

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

 a { background-color: rgb(170,219,237); }

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

border-color css

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

 span { border-color: rgb(170,219,237); }

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