Html Css Color HEX #AADBFE Columbia Blue

📋 copy color: '#AADBFE'

red 170 ◦ green 219 ◦ blue 254

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

Shades of Columbia Blue #AADBFE

Tints of Columbia Blue #AADBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.5%

R = 26.44%
G = 34.06%
B = 39.5%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AADBFE (or 0xAADBFE) is known color: Columbia Blue. HEX triplet: AA, DB and FE. RGB value is (170,219,254). Sum of RGB (Red+Green+Blue) = 170+219+254=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #AADBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBFE is #552401. Grayscale: #D0D0D0. Windows color (decimal): -5579778 or 16702378. OLE color: 16702378.

HSL color Cylindrical-coordinate representation of color #AADBFE: hue angle of 205º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AADBFE is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 219 254 -
CMYK 0.33 0.14 0 0.00
HSL 205º 0.98% 0.83% -
HSV(B) 205º 0.33% 1% -
XYZ 59.8 66.36 103.42 -
YUV 208.34 153.77 100.65 -
System Red Green Blue C M Y K H S L
Decimal 170 219 254 0.33 0.14 0 0.00 205 0.98 0.83
Hex AA DB FE 21 E 0 0 CD 62 53
Octal 252 333 376 41 16 0 0 315 142 123
Binary 10101010 11011011 11111110 100001 1110 0 0 11001101 1100010 1010011

Color Harmonies of #AADBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADBFE

Black with #AADBFE

Text Example


Text Example

White with #AADBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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