Html Css Color HEX #A5E0FA Columbia Blue

📋 copy color: '#A5E0FA'

red 165 ◦ green 224 ◦ blue 250

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

Shades of Columbia Blue #A5E0FA

Tints of Columbia Blue #A5E0FA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.05%

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

R = 25.82%
G = 35.05%
B = 39.12%

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

#A5E0FA (or 0xA5E0FA) is known color: Columbia Blue. HEX triplet: A5, E0 and FA. RGB value is (165,224,250). Sum of RGB (Red+Green+Blue) = 165+224+250=639 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.82% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5E0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E0FA is #5A1F05. Grayscale: #D1D1D1. Windows color (decimal): -5906182 or 16441509. OLE color: 16441509.

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

Color convert

RGB 165 224 250 -
CMYK 0.34 0.10 0 0.02
HSL 198.35º 0.89% 0.81% -
HSV(B) 198.35º 0.34% 0.98% -
XYZ 59.43 68.21 100.48 -
YUV 209.32 150.95 96.39 -
System Red Green Blue C M Y K H S L
Decimal 165 224 250 0.34 0.10 0 0.02 198.35 0.89 0.81
Hex A5 E0 FA 22 A 0 2 C6 59 51
Octal 245 340 372 42 12 0 2 306 131 121
Binary 10100101 11100000 11111010 100010 1010 0 10 11000110 1011001 1010001

Color Harmonies of #A5E0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E0FA

Black with #A5E0FA

Text Example


Text Example

White with #A5E0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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