Html Css Color HEX #A2DBFB Columbia Blue

📋 copy color: '#A2DBFB'

red 162 ◦ green 219 ◦ blue 251

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

Shades of Columbia Blue #A2DBFB

Tints of Columbia Blue #A2DBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.72%

R = 25.63%
G = 34.65%
B = 39.72%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A2DBFB (or 0xA2DBFB) is known color: Columbia Blue. HEX triplet: A2, DB and FB. RGB value is (162,219,251). Sum of RGB (Red+Green+Blue) = 162+219+251=632 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.63% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #A2DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DBFB is #5D2404. Grayscale: #CDCDCD. Windows color (decimal): -6104069 or 16505762. OLE color: 16505762.

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

Color convert

RGB 162 219 251 -
CMYK 0.35 0.13 0 0.02
HSL 201.57º 0.92% 0.81% -
HSV(B) 201.57º 0.35% 0.98% -
XYZ 57.64 65.31 100.83 -
YUV 205.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 162 219 251 0.35 0.13 0 0.02 201.57 0.92 0.81
Hex A2 DB FB 23 D 0 2 CA 5C 51
Octal 242 333 373 43 15 0 2 312 134 121
Binary 10100010 11011011 11111011 100011 1101 0 10 11001010 1011100 1010001

Color Harmonies of #A2DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DBFB

Black with #A2DBFB

Text Example


Text Example

White with #A2DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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