Html Css Color HEX #A2D5FD Columbia Blue

📋 copy color: '#A2D5FD'

red 162 ◦ green 213 ◦ blue 253

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

Shades of Columbia Blue #A2D5FD

Tints of Columbia Blue #A2D5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.92%

 BLUE value IS 253 (99.22% from 255) = 40.29%

R = 25.8%
G = 33.92%
B = 40.29%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A2D5FD (or 0xA2D5FD) is known color: Columbia Blue. HEX triplet: A2, D5 and FD. RGB value is (162,213,253). Sum of RGB (Red+Green+Blue) = 162+213+253=628 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.80% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2D5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D5FD is #5D2A02. Grayscale: #CACACA. Windows color (decimal): -6105603 or 16635298. OLE color: 16635298.

HSL color Cylindrical-coordinate representation of color #A2D5FD: hue angle of 206.37º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2D5FD is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 213 253 -
CMYK 0.36 0.16 0 0.01
HSL 206.37º 0.96% 0.81% -
HSV(B) 206.37º 0.36% 0.99% -
XYZ 56.42 62.36 101.99 -
YUV 202.31 156.6 99.25 -
System Red Green Blue C M Y K H S L
Decimal 162 213 253 0.36 0.16 0 0.01 206.37 0.96 0.81
Hex A2 D5 FD 24 10 0 1 CE 60 51
Octal 242 325 375 44 20 0 1 316 140 121
Binary 10100010 11010101 11111101 100100 10000 0 1 11001110 1100000 1010001

Color Harmonies of #A2D5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D5FD

Black with #A2D5FD

Text Example


Text Example

White with #A2D5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D5FD; }

 p { color: rgb(162,213,253); }

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

background-color css

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

 a { background-color: rgb(162,213,253); }

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

border-color css

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

 span { border-color: rgb(162,213,253); }

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