Html Css Color HEX #AADFFF Columbia Blue

📋 copy color: '#AADFFF'

red 170 ◦ green 223 ◦ blue 255

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

Shades of Columbia Blue #AADFFF

Tints of Columbia Blue #AADFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.35%

R = 26.23%
G = 34.41%
B = 39.35%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AADFFF (or 0xAADFFF) is known color: Columbia Blue. HEX triplet: AA, DF and FF. RGB value is (170,223,255). Sum of RGB (Red+Green+Blue) = 170+223+255=648 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.23% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #AADFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFFF is #552000. Grayscale: #D2D2D2. Windows color (decimal): -5578753 or 16768938. OLE color: 16768938.

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

Color convert

RGB 170 223 255 -
CMYK 0.33 0.13 0 0
HSL 202.59º 1% 0.83% -
HSV(B) 202.59º 0.33% 1% -
XYZ 61.02 68.54 104.62 -
YUV 210.8 152.94 98.9 -
System Red Green Blue C M Y K H S L
Decimal 170 223 255 0.33 0.13 0 0 202.59 1 0.83
Hex AA DF FF 21 D 0 0 CB 64 53
Octal 252 337 377 41 15 0 0 313 144 123
Binary 10101010 11011111 11111111 100001 1101 0 0 11001011 1100100 1010011

Color Harmonies of #AADFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFFF

Black with #AADFFF

Text Example


Text Example

White with #AADFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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