Html Css Color HEX #A6DDFE Columbia Blue

📋 copy color: '#A6DDFE'

red 166 ◦ green 221 ◦ blue 254

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

Shades of Columbia Blue #A6DDFE

Tints of Columbia Blue #A6DDFE

RGB

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

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

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

R = 25.9%
G = 34.48%
B = 39.63%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A6DDFE (or 0xA6DDFE) is known color: Columbia Blue. HEX triplet: A6, DD and FE. RGB value is (166,221,254). Sum of RGB (Red+Green+Blue) = 166+221+254=641 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.90% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6DDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DDFE is #592201. Grayscale: #D0D0D0. Windows color (decimal): -5841410 or 16702886. OLE color: 16702886.

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

Color convert

RGB 166 221 254 -
CMYK 0.35 0.13 0 0.00
HSL 202.5º 0.98% 0.82% -
HSV(B) 202.5º 0.35% 1% -
XYZ 59.47 66.98 103.56 -
YUV 208.32 153.78 97.82 -
System Red Green Blue C M Y K H S L
Decimal 166 221 254 0.35 0.13 0 0.00 202.5 0.98 0.82
Hex A6 DD FE 23 D 0 0 CA 62 52
Octal 246 335 376 43 15 0 0 312 142 122
Binary 10100110 11011101 11111110 100011 1101 0 0 11001010 1100010 1010010

Color Harmonies of #A6DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DDFE

Black with #A6DDFE

Text Example


Text Example

White with #A6DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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