Html Css Color HEX #A6E5FF Columbia Blue

📋 copy color: '#A6E5FF'

red 166 ◦ green 229 ◦ blue 255

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

Shades of Columbia Blue #A6E5FF

Tints of Columbia Blue #A6E5FF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.23%

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

R = 25.54%
G = 35.23%
B = 39.23%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A6E5FF (or 0xA6E5FF) is known color: Columbia Blue. HEX triplet: A6, E5 and FF. RGB value is (166,229,255). Sum of RGB (Red+Green+Blue) = 166+229+255=650 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.54% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6E5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E5FF is #591A00. Grayscale: #D4D4D4. Windows color (decimal): -5839361 or 16770470. OLE color: 16770470.

HSL color Cylindrical-coordinate representation of color #A6E5FF: hue angle of 197.53º 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 #A6E5FF is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 229 255 -
CMYK 0.35 0.10 0 0
HSL 197.53º 1% 0.83% -
HSV(B) 197.53º 0.35% 1% -
XYZ 61.8 71.37 105.13 -
YUV 213.13 151.63 94.39 -
System Red Green Blue C M Y K H S L
Decimal 166 229 255 0.35 0.10 0 0 197.53 1 0.83
Hex A6 E5 FF 23 A 0 0 C6 64 53
Octal 246 345 377 43 12 0 0 306 144 123
Binary 10100110 11100101 11111111 100011 1010 0 0 11000110 1100100 1010011

Color Harmonies of #A6E5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E5FF

Black with #A6E5FF

Text Example


Text Example

White with #A6E5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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