Html Css Color HEX #A2DBFA Columbia Blue

📋 copy color: '#A2DBFA'

red 162 ◦ green 219 ◦ blue 250

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

Shades of Columbia Blue #A2DBFA

Tints of Columbia Blue #A2DBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.62%

R = 25.67%
G = 34.71%
B = 39.62%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A2DBFA (or 0xA2DBFA) is known color: Columbia Blue. HEX triplet: A2, DB and FA. RGB value is (162,219,250). Sum of RGB (Red+Green+Blue) = 162+219+250=631 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.67% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2DBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DBFA is #5D2405. Grayscale: #CDCDCD. Windows color (decimal): -6104070 or 16440226. OLE color: 16440226.

HSL color Cylindrical-coordinate representation of color #A2DBFA: hue angle of 201.14º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2DBFA is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 219 250 -
CMYK 0.35 0.12 0 0.02
HSL 201.14º 0.9% 0.81% -
HSV(B) 201.14º 0.35% 0.98% -
XYZ 57.49 65.25 100.01 -
YUV 205.49 153.12 96.98 -
System Red Green Blue C M Y K H S L
Decimal 162 219 250 0.35 0.12 0 0.02 201.14 0.9 0.81
Hex A2 DB FA 23 C 0 2 C9 5A 51
Octal 242 333 372 43 14 0 2 311 132 121
Binary 10100010 11011011 11111010 100011 1100 0 10 11001001 1011010 1010001

Color Harmonies of #A2DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DBFA

Black with #A2DBFA

Text Example


Text Example

White with #A2DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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