Html Css Color HEX #A2DBFF Columbia Blue

📋 copy color: '#A2DBFF'

red 162 ◦ green 219 ◦ blue 255

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

Shades of Columbia Blue #A2DBFF

Tints of Columbia Blue #A2DBFF

RGB

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

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

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

R = 25.47%
G = 34.43%
B = 40.09%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A2DBFF (or 0xA2DBFF) is known color: Columbia Blue. HEX triplet: A2, DB and FF. RGB value is (162,219,255). Sum of RGB (Red+Green+Blue) = 162+219+255=636 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.47% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DBFF is #5D2400. Grayscale: #CDCDCD. Windows color (decimal): -6104065 or 16767906. OLE color: 16767906.

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

Color convert

RGB 162 219 255 -
CMYK 0.36 0.14 0 0
HSL 203.23º 1% 0.82% -
HSV(B) 203.23º 0.36% 1% -
XYZ 58.28 65.56 104.19 -
YUV 206.06 155.62 96.57 -
System Red Green Blue C M Y K H S L
Decimal 162 219 255 0.36 0.14 0 0 203.23 1 0.82
Hex A2 DB FF 24 E 0 0 CB 64 52
Octal 242 333 377 44 16 0 0 313 144 122
Binary 10100010 11011011 11111111 100100 1110 0 0 11001011 1100100 1010010

Color Harmonies of #A2DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DBFF

Black with #A2DBFF

Text Example


Text Example

White with #A2DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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