Html Css Color HEX #A6E2FC Columbia Blue

📋 copy color: '#A6E2FC'

red 166 ◦ green 226 ◦ blue 252

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

Shades of Columbia Blue #A6E2FC

Tints of Columbia Blue #A6E2FC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.09%

 BLUE value IS 252 (98.83% from 255) = 39.13%

R = 25.78%
G = 35.09%
B = 39.13%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6E2FC (or 0xA6E2FC) is known color: Columbia Blue. HEX triplet: A6, E2 and FC. RGB value is (166,226,252). Sum of RGB (Red+Green+Blue) = 166+226+252=644 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.78% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6E2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E2FC is #591D03. Grayscale: #D2D2D2. Windows color (decimal): -5840132 or 16573094. OLE color: 16573094.

HSL color Cylindrical-coordinate representation of color #A6E2FC: hue angle of 198.14º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6E2FC is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 226 252 -
CMYK 0.34 0.10 0 0.01
HSL 198.14º 0.93% 0.82% -
HSV(B) 198.14º 0.34% 0.99% -
XYZ 60.49 69.53 102.33 -
YUV 211.02 151.12 95.89 -
System Red Green Blue C M Y K H S L
Decimal 166 226 252 0.34 0.10 0 0.01 198.14 0.93 0.82
Hex A6 E2 FC 22 A 0 1 C6 5D 52
Octal 246 342 374 42 12 0 1 306 135 122
Binary 10100110 11100010 11111100 100010 1010 0 1 11000110 1011101 1010010

Color Harmonies of #A6E2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E2FC

Black with #A6E2FC

Text Example


Text Example

White with #A6E2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E2FC; }

 p { color: rgb(166,226,252); }

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

background-color css

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

 a { background-color: rgb(166,226,252); }

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

border-color css

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

 span { border-color: rgb(166,226,252); }

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