Html Css Color HEX #A6DDFD Columbia Blue

📋 copy color: '#A6DDFD'

red 166 ◦ green 221 ◦ blue 253

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

Shades of Columbia Blue #A6DDFD

Tints of Columbia Blue #A6DDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.53%

R = 25.94%
G = 34.53%
B = 39.53%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6DDFD (or 0xA6DDFD) is known color: Columbia Blue. HEX triplet: A6, DD and FD. RGB value is (166,221,253). Sum of RGB (Red+Green+Blue) = 166+221+253=640 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.94% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6DDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DDFD is #592202. Grayscale: #D0D0D0. Windows color (decimal): -5841411 or 16637350. OLE color: 16637350.

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

Color convert

RGB 166 221 253 -
CMYK 0.34 0.13 0 0.01
HSL 202.07º 0.96% 0.82% -
HSV(B) 202.07º 0.34% 0.99% -
XYZ 59.31 66.91 102.72 -
YUV 208.2 153.28 97.9 -
System Red Green Blue C M Y K H S L
Decimal 166 221 253 0.34 0.13 0 0.01 202.07 0.96 0.82
Hex A6 DD FD 22 D 0 1 CA 60 52
Octal 246 335 375 42 15 0 1 312 140 122
Binary 10100110 11011101 11111101 100010 1101 0 1 11001010 1100000 1010010

Color Harmonies of #A6DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DDFD

Black with #A6DDFD

Text Example


Text Example

White with #A6DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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