Html Css Color HEX #A6EAFE Columbia Blue

📋 copy color: '#A6EAFE'

red 166 ◦ green 234 ◦ blue 254

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

Shades of Columbia Blue #A6EAFE

Tints of Columbia Blue #A6EAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.78%

 BLUE value IS 254 (99.61% from 255) = 38.84%

R = 25.38%
G = 35.78%
B = 38.84%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A6EAFE (or 0xA6EAFE) is known color: Columbia Blue. HEX triplet: A6, EA and FE. RGB value is (166,234,254). Sum of RGB (Red+Green+Blue) = 166+234+254=654 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.38% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EAFE is #591501. Grayscale: #D7D7D7. Windows color (decimal): -5838082 or 16706214. OLE color: 16706214.

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

Color convert

RGB 166 234 254 -
CMYK 0.35 0.08 0 0.00
HSL 193.64º 0.98% 0.82% -
HSV(B) 193.64º 0.35% 1% -
XYZ 63.04 74.11 104.75 -
YUV 215.95 149.47 92.37 -
System Red Green Blue C M Y K H S L
Decimal 166 234 254 0.35 0.08 0 0.00 193.64 0.98 0.82
Hex A6 EA FE 23 8 0 0 C2 62 52
Octal 246 352 376 43 10 0 0 302 142 122
Binary 10100110 11101010 11111110 100011 1000 0 0 11000010 1100010 1010010

Color Harmonies of #A6EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EAFE

Black with #A6EAFE

Text Example


Text Example

White with #A6EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EAFE; }

 p { color: rgb(166,234,254); }

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

background-color css

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

 a { background-color: rgb(166,234,254); }

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

border-color css

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

 span { border-color: rgb(166,234,254); }

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