Html Css Color HEX #A5E2FA Columbia Blue

📋 copy color: '#A5E2FA'

red 165 ◦ green 226 ◦ blue 250

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

Shades of Columbia Blue #A5E2FA

Tints of Columbia Blue #A5E2FA

RGB

 RED value IS 165 (64.84% from 255) = 25.74%

 GREEN value IS 226 (88.67% from 255) = 35.26%

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

R = 25.74%
G = 35.26%
B = 39%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5E2FA (or 0xA5E2FA) is known color: Columbia Blue. HEX triplet: A5, E2 and FA. RGB value is (165,226,250). Sum of RGB (Red+Green+Blue) = 165+226+250=641 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.74% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5E2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E2FA is #5A1D05. Grayscale: #D2D2D2. Windows color (decimal): -5905670 or 16442021. OLE color: 16442021.

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

Color convert

RGB 165 226 250 -
CMYK 0.34 0.10 0 0.02
HSL 196.94º 0.89% 0.81% -
HSV(B) 196.94º 0.34% 0.98% -
XYZ 59.97 69.29 100.66 -
YUV 210.5 150.29 95.55 -
System Red Green Blue C M Y K H S L
Decimal 165 226 250 0.34 0.10 0 0.02 196.94 0.89 0.81
Hex A5 E2 FA 22 A 0 2 C5 59 51
Octal 245 342 372 42 12 0 2 305 131 121
Binary 10100101 11100010 11111010 100010 1010 0 10 11000101 1011001 1010001

Color Harmonies of #A5E2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E2FA

Black with #A5E2FA

Text Example


Text Example

White with #A5E2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E2FA; }

 p { color: rgb(165,226,250); }

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

background-color css

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

 a { background-color: rgb(165,226,250); }

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

border-color css

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

 span { border-color: rgb(165,226,250); }

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