Html Css Color HEX #A2DAFE Columbia Blue

📋 copy color: '#A2DAFE'

red 162 ◦ green 218 ◦ blue 254

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

Shades of Columbia Blue #A2DAFE

Tints of Columbia Blue #A2DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.38%

 BLUE value IS 254 (99.61% from 255) = 40.06%

R = 25.55%
G = 34.38%
B = 40.06%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A2DAFE (or 0xA2DAFE) is known color: Columbia Blue. HEX triplet: A2, DA and FE. RGB value is (162,218,254). Sum of RGB (Red+Green+Blue) = 162+218+254=634 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.55% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DAFE is #5D2501. Grayscale: #CDCDCD. Windows color (decimal): -6104322 or 16702114. OLE color: 16702114.

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

Color convert

RGB 162 218 254 -
CMYK 0.36 0.14 0 0.00
HSL 203.48º 0.98% 0.82% -
HSV(B) 203.48º 0.36% 1% -
XYZ 57.86 64.98 103.26 -
YUV 205.36 155.45 97.07 -
System Red Green Blue C M Y K H S L
Decimal 162 218 254 0.36 0.14 0 0.00 203.48 0.98 0.82
Hex A2 DA FE 24 E 0 0 CB 62 52
Octal 242 332 376 44 16 0 0 313 142 122
Binary 10100010 11011010 11111110 100100 1110 0 0 11001011 1100010 1010010

Color Harmonies of #A2DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DAFE

Black with #A2DAFE

Text Example


Text Example

White with #A2DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DAFE; }

 p { color: rgb(162,218,254); }

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

background-color css

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

 a { background-color: rgb(162,218,254); }

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

border-color css

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

 span { border-color: rgb(162,218,254); }

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