Html Css Color HEX #AADCFB Columbia Blue

📋 copy color: '#AADCFB'

red 170 ◦ green 220 ◦ blue 251

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

Shades of Columbia Blue #AADCFB

Tints of Columbia Blue #AADCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.32%

 BLUE value IS 251 (98.44% from 255) = 39.16%

R = 26.52%
G = 34.32%
B = 39.16%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AADCFB (or 0xAADCFB) is known color: Columbia Blue. HEX triplet: AA, DC and FB. RGB value is (170,220,251). Sum of RGB (Red+Green+Blue) = 170+220+251=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #AADCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCFB is #552304. Grayscale: #D0D0D0. Windows color (decimal): -5579525 or 16506026. OLE color: 16506026.

HSL color Cylindrical-coordinate representation of color #AADCFB: hue angle of 202.96º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AADCFB is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 220 251 -
CMYK 0.32 0.12 0 0.02
HSL 202.96º 0.91% 0.83% -
HSV(B) 202.96º 0.32% 0.98% -
XYZ 59.58 66.7 101 -
YUV 208.58 151.94 100.48 -
System Red Green Blue C M Y K H S L
Decimal 170 220 251 0.32 0.12 0 0.02 202.96 0.91 0.83
Hex AA DC FB 20 C 0 2 CB 5B 53
Octal 252 334 373 40 14 0 2 313 133 123
Binary 10101010 11011100 11111011 100000 1100 0 10 11001011 1011011 1010011

Color Harmonies of #AADCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADCFB

Black with #AADCFB

Text Example


Text Example

White with #AADCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADCFB; }

 p { color: rgb(170,220,251); }

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

background-color css

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

 a { background-color: rgb(170,220,251); }

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

border-color css

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

 span { border-color: rgb(170,220,251); }

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