Html Css Color HEX #A5D7FA Columbia Blue

📋 copy color: '#A5D7FA'

red 165 ◦ green 215 ◦ blue 250

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

Shades of Columbia Blue #A5D7FA

Tints of Columbia Blue #A5D7FA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.13%

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

R = 26.19%
G = 34.13%
B = 39.68%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5D7FA (or 0xA5D7FA) is known color: Columbia Blue. HEX triplet: A5, D7 and FA. RGB value is (165,215,250). Sum of RGB (Red+Green+Blue) = 165+215+250=630 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.19% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5D7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D7FA is #5A2805. Grayscale: #CBCBCB. Windows color (decimal): -5908486 or 16439205. OLE color: 16439205.

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

Color convert

RGB 165 215 250 -
CMYK 0.34 0.14 0 0.02
HSL 204.71º 0.89% 0.81% -
HSV(B) 204.71º 0.34% 0.98% -
XYZ 57.07 63.5 99.69 -
YUV 204.04 153.94 100.15 -
System Red Green Blue C M Y K H S L
Decimal 165 215 250 0.34 0.14 0 0.02 204.71 0.89 0.81
Hex A5 D7 FA 22 E 0 2 CD 59 51
Octal 245 327 372 42 16 0 2 315 131 121
Binary 10100101 11010111 11111010 100010 1110 0 10 11001101 1011001 1010001

Color Harmonies of #A5D7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D7FA

Black with #A5D7FA

Text Example


Text Example

White with #A5D7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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