Html Css Color HEX #AADDFE Columbia Blue

📋 copy color: '#AADDFE'

red 170 ◦ green 221 ◦ blue 254

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

Shades of Columbia Blue #AADDFE

Tints of Columbia Blue #AADDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.26%

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

R = 26.36%
G = 34.26%
B = 39.38%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AADDFE (or 0xAADDFE) is known color: Columbia Blue. HEX triplet: AA, DD and FE. RGB value is (170,221,254). Sum of RGB (Red+Green+Blue) = 170+221+254=645 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.36% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #AADDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDFE is #552201. Grayscale: #D1D1D1. Windows color (decimal): -5579266 or 16702890. OLE color: 16702890.

HSL color Cylindrical-coordinate representation of color #AADDFE: hue angle of 203.57º 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 #AADDFE is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 221 254 -
CMYK 0.33 0.13 0 0.00
HSL 203.57º 0.98% 0.83% -
HSV(B) 203.57º 0.33% 1% -
XYZ 60.32 67.41 103.6 -
YUV 209.51 153.1 99.82 -
System Red Green Blue C M Y K H S L
Decimal 170 221 254 0.33 0.13 0 0.00 203.57 0.98 0.83
Hex AA DD FE 21 D 0 0 CC 62 53
Octal 252 335 376 41 15 0 0 314 142 123
Binary 10101010 11011101 11111110 100001 1101 0 0 11001100 1100010 1010011

Color Harmonies of #AADDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDFE

Black with #AADDFE

Text Example


Text Example

White with #AADDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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