Html Css Color HEX #A5E3FA Columbia Blue

📋 copy color: '#A5E3FA'

red 165 ◦ green 227 ◦ blue 250

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

Shades of Columbia Blue #A5E3FA

Tints of Columbia Blue #A5E3FA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.36%

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

R = 25.7%
G = 35.36%
B = 38.94%

CMYK

 C value IS 0.34

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5E3FA (or 0xA5E3FA) is known color: Columbia Blue. HEX triplet: A5, E3 and FA. RGB value is (165,227,250). Sum of RGB (Red+Green+Blue) = 165+227+250=642 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.70% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5E3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E3FA is #5A1C05. Grayscale: #D2D2D2. Windows color (decimal): -5905414 or 16442277. OLE color: 16442277.

HSL color Cylindrical-coordinate representation of color #A5E3FA: hue angle of 196.24º 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 #A5E3FA is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 227 250 -
CMYK 0.34 0.09 0 0.02
HSL 196.24º 0.89% 0.81% -
HSV(B) 196.24º 0.34% 0.98% -
XYZ 60.24 69.84 100.75 -
YUV 211.08 149.96 95.13 -
System Red Green Blue C M Y K H S L
Decimal 165 227 250 0.34 0.09 0 0.02 196.24 0.89 0.81
Hex A5 E3 FA 22 9 0 2 C4 59 51
Octal 245 343 372 42 11 0 2 304 131 121
Binary 10100101 11100011 11111010 100010 1001 0 10 11000100 1011001 1010001

Color Harmonies of #A5E3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E3FA

Black with #A5E3FA

Text Example


Text Example

White with #A5E3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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