Html Css Color HEX #A5D6FA Columbia Blue

📋 copy color: '#A5D6FA'

red 165 ◦ green 214 ◦ blue 250

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

Shades of Columbia Blue #A5D6FA

Tints of Columbia Blue #A5D6FA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.02%

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

R = 26.23%
G = 34.02%
B = 39.75%

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

#A5D6FA (or 0xA5D6FA) is known color: Columbia Blue. HEX triplet: A5, D6 and FA. RGB value is (165,214,250). Sum of RGB (Red+Green+Blue) = 165+214+250=629 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.23% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5D6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D6FA is #5A2905. Grayscale: #CBCBCB. Windows color (decimal): -5908742 or 16438949. OLE color: 16438949.

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

Color convert

RGB 165 214 250 -
CMYK 0.34 0.14 0 0.02
HSL 205.41º 0.89% 0.81% -
HSV(B) 205.41º 0.34% 0.98% -
XYZ 56.82 62.99 99.61 -
YUV 203.45 154.27 100.57 -
System Red Green Blue C M Y K H S L
Decimal 165 214 250 0.34 0.14 0 0.02 205.41 0.89 0.81
Hex A5 D6 FA 22 E 0 2 CD 59 51
Octal 245 326 372 42 16 0 2 315 131 121
Binary 10100101 11010110 11111010 100010 1110 0 10 11001101 1011001 1010001

Color Harmonies of #A5D6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D6FA

Black with #A5D6FA

Text Example


Text Example

White with #A5D6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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