Html Css Color HEX #AADFF8 Columbia Blue

📋 copy color: '#AADFF8'

red 170 ◦ green 223 ◦ blue 248

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

Shades of Columbia Blue #AADFF8

Tints of Columbia Blue #AADFF8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.79%

 BLUE value IS 248 (97.27% from 255) = 38.69%

R = 26.52%
G = 34.79%
B = 38.69%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AADFF8 (or 0xAADFF8) is known color: Columbia Blue. HEX triplet: AA, DF and F8. RGB value is (170,223,248). Sum of RGB (Red+Green+Blue) = 170+223+248=641 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.52% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #AADFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFF8 is #552007. Grayscale: #D1D1D1. Windows color (decimal): -5578760 or 16310186. OLE color: 16310186.

HSL color Cylindrical-coordinate representation of color #AADFF8: hue angle of 199.23º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AADFF8 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 223 248 -
CMYK 0.31 0.10 0 0.03
HSL 199.23º 0.85% 0.82% -
HSV(B) 199.23º 0.31% 0.97% -
XYZ 59.91 68.1 98.79 -
YUV 210 149.44 99.47 -
System Red Green Blue C M Y K H S L
Decimal 170 223 248 0.31 0.10 0 0.03 199.23 0.85 0.82
Hex AA DF F8 1F A 0 3 C7 55 52
Octal 252 337 370 37 12 0 3 307 125 122
Binary 10101010 11011111 11111000 11111 1010 0 11 11000111 1010101 1010010

Color Harmonies of #AADFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFF8

Black with #AADFF8

Text Example


Text Example

White with #AADFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFF8; }

 p { color: rgb(170,223,248); }

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

background-color css

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

 a { background-color: rgb(170,223,248); }

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

border-color css

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

 span { border-color: rgb(170,223,248); }

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