Html Css Color HEX #A6DDFC Columbia Blue

📋 copy color: '#A6DDFC'

red 166 ◦ green 221 ◦ blue 252

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

Shades of Columbia Blue #A6DDFC

Tints of Columbia Blue #A6DDFC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.59%

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

R = 25.98%
G = 34.59%
B = 39.44%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6DDFC (or 0xA6DDFC) is known color: Columbia Blue. HEX triplet: A6, DD and FC. RGB value is (166,221,252). Sum of RGB (Red+Green+Blue) = 166+221+252=639 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.98% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6DDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DDFC is #592203. Grayscale: #CFCFCF. Windows color (decimal): -5841412 or 16571814. OLE color: 16571814.

HSL color Cylindrical-coordinate representation of color #A6DDFC: hue angle of 201.63º 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 #A6DDFC is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 221 252 -
CMYK 0.34 0.12 0 0.01
HSL 201.63º 0.93% 0.82% -
HSV(B) 201.63º 0.34% 0.99% -
XYZ 59.15 66.85 101.88 -
YUV 208.09 152.78 97.98 -
System Red Green Blue C M Y K H S L
Decimal 166 221 252 0.34 0.12 0 0.01 201.63 0.93 0.82
Hex A6 DD FC 22 C 0 1 CA 5D 52
Octal 246 335 374 42 14 0 1 312 135 122
Binary 10100110 11011101 11111100 100010 1100 0 1 11001010 1011101 1010010

Color Harmonies of #A6DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DDFC

Black with #A6DDFC

Text Example


Text Example

White with #A6DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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