Html Css Color HEX #A0D9FA Columbia Blue

📋 copy color: '#A0D9FA'

red 160 ◦ green 217 ◦ blue 250

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

Shades of Columbia Blue #A0D9FA

Tints of Columbia Blue #A0D9FA

RGB

 RED value IS 160 (62.89% from 255) = 25.52%

 GREEN value IS 217 (85.16% from 255) = 34.61%

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

R = 25.52%
G = 34.61%
B = 39.87%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A0D9FA (or 0xA0D9FA) is known color: Columbia Blue. HEX triplet: A0, D9 and FA. RGB value is (160,217,250). Sum of RGB (Red+Green+Blue) = 160+217+250=627 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.52% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0D9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D9FA is #5F2605. Grayscale: #CBCBCB. Windows color (decimal): -6235654 or 16439712. OLE color: 16439712.

HSL color Cylindrical-coordinate representation of color #A0D9FA: hue angle of 202º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0D9FA is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 217 250 -
CMYK 0.36 0.13 0 0.02
HSL 202º 0.9% 0.8% -
HSV(B) 202º 0.36% 0.98% -
XYZ 56.57 64 99.81 -
YUV 203.72 154.12 96.82 -
System Red Green Blue C M Y K H S L
Decimal 160 217 250 0.36 0.13 0 0.02 202 0.9 0.8
Hex A0 D9 FA 24 D 0 2 CA 5A 50
Octal 240 331 372 44 15 0 2 312 132 120
Binary 10100000 11011001 11111010 100100 1101 0 10 11001010 1011010 1010000

Color Harmonies of #A0D9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D9FA

Black with #A0D9FA

Text Example


Text Example

White with #A0D9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D9FA; }

 p { color: rgb(160,217,250); }

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

background-color css

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

 a { background-color: rgb(160,217,250); }

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

border-color css

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

 span { border-color: rgb(160,217,250); }

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