Html Css Color HEX #A6DBFF Columbia Blue

📋 copy color: '#A6DBFF'

red 166 ◦ green 219 ◦ blue 255

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

Shades of Columbia Blue #A6DBFF

Tints of Columbia Blue #A6DBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.22%

 BLUE value IS 255 (100% from 255) = 39.84%

R = 25.94%
G = 34.22%
B = 39.84%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A6DBFF (or 0xA6DBFF) is known color: Columbia Blue. HEX triplet: A6, DB and FF. RGB value is (166,219,255). Sum of RGB (Red+Green+Blue) = 166+219+255=640 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.94% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DBFF is #592400. Grayscale: #CFCFCF. Windows color (decimal): -5841921 or 16767910. OLE color: 16767910.

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

Color convert

RGB 166 219 255 -
CMYK 0.35 0.14 0 0
HSL 204.27º 1% 0.83% -
HSV(B) 204.27º 0.35% 1% -
XYZ 59.11 65.99 104.23 -
YUV 207.26 154.94 98.57 -
System Red Green Blue C M Y K H S L
Decimal 166 219 255 0.35 0.14 0 0 204.27 1 0.83
Hex A6 DB FF 23 E 0 0 CC 64 53
Octal 246 333 377 43 16 0 0 314 144 123
Binary 10100110 11011011 11111111 100011 1110 0 0 11001100 1100100 1010011

Color Harmonies of #A6DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DBFF

Black with #A6DBFF

Text Example


Text Example

White with #A6DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DBFF; }

 p { color: rgb(166,219,255); }

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

background-color css

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

 a { background-color: rgb(166,219,255); }

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

border-color css

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

 span { border-color: rgb(166,219,255); }

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