Html Css Color HEX #A2DBF6 Columbia Blue

📋 copy color: '#A2DBF6'

red 162 ◦ green 219 ◦ blue 246

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

Shades of Columbia Blue #A2DBF6

Tints of Columbia Blue #A2DBF6

RGB

 RED value IS 162 (63.67% from 255) = 25.84%

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

 BLUE value IS 246 (96.48% from 255) = 39.23%

R = 25.84%
G = 34.93%
B = 39.23%

CMYK

 C value IS 0.34

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A2DBF6 (or 0xA2DBF6) is known color: Columbia Blue. HEX triplet: A2, DB and F6. RGB value is (162,219,246). Sum of RGB (Red+Green+Blue) = 162+219+246=627 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.84% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #A2DBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DBF6 is #5D2409. Grayscale: #CCCCCC. Windows color (decimal): -6104074 or 16178082. OLE color: 16178082.

HSL color Cylindrical-coordinate representation of color #A2DBF6: hue angle of 199.29º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2DBF6 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 219 246 -
CMYK 0.34 0.11 0 0.04
HSL 199.29º 0.82% 0.8% -
HSV(B) 199.29º 0.34% 0.96% -
XYZ 56.87 65 96.74 -
YUV 205.04 151.12 97.3 -
System Red Green Blue C M Y K H S L
Decimal 162 219 246 0.34 0.11 0 0.04 199.29 0.82 0.8
Hex A2 DB F6 22 B 0 4 C7 52 50
Octal 242 333 366 42 13 0 4 307 122 120
Binary 10100010 11011011 11110110 100010 1011 0 100 11000111 1010010 1010000

Color Harmonies of #A2DBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DBF6

Black with #A2DBF6

Text Example


Text Example

White with #A2DBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DBF6; }

 p { color: rgb(162,219,246); }

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

background-color css

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

 a { background-color: rgb(162,219,246); }

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

border-color css

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

 span { border-color: rgb(162,219,246); }

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