Html Css Color HEX #A6DAFF Columbia Blue

📋 copy color: '#A6DAFF'

red 166 ◦ green 218 ◦ blue 255

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

Shades of Columbia Blue #A6DAFF

Tints of Columbia Blue #A6DAFF

RGB

 RED value IS 166 (65.23% from 255) = 25.98%

 GREEN value IS 218 (85.55% from 255) = 34.12%

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

R = 25.98%
G = 34.12%
B = 39.91%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A6DAFF (or 0xA6DAFF) is known color: Columbia Blue. HEX triplet: A6, DA and FF. RGB value is (166,218,255). Sum of RGB (Red+Green+Blue) = 166+218+255=639 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.98% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DAFF is #592500. Grayscale: #CECECE. Windows color (decimal): -5842177 or 16767654. OLE color: 16767654.

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

Color convert

RGB 166 218 255 -
CMYK 0.35 0.15 0 0
HSL 204.94º 1% 0.83% -
HSV(B) 204.94º 0.35% 1% -
XYZ 58.85 65.47 104.14 -
YUV 206.67 155.27 98.99 -
System Red Green Blue C M Y K H S L
Decimal 166 218 255 0.35 0.15 0 0 204.94 1 0.83
Hex A6 DA FF 23 F 0 0 CD 64 53
Octal 246 332 377 43 17 0 0 315 144 123
Binary 10100110 11011010 11111111 100011 1111 0 0 11001101 1100100 1010011

Color Harmonies of #A6DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DAFF

Black with #A6DAFF

Text Example


Text Example

White with #A6DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DAFF; }

 p { color: rgb(166,218,255); }

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

background-color css

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

 a { background-color: rgb(166,218,255); }

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

border-color css

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

 span { border-color: rgb(166,218,255); }

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