Html Css Color HEX #A0D3FA Columbia Blue

📋 copy color: '#A0D3FA'

red 160 ◦ green 211 ◦ blue 250

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

Shades of Columbia Blue #A0D3FA

Tints of Columbia Blue #A0D3FA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.98%

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

R = 25.76%
G = 33.98%
B = 40.26%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A0D3FA (or 0xA0D3FA) is known color: Columbia Blue. HEX triplet: A0, D3 and FA. RGB value is (160,211,250). Sum of RGB (Red+Green+Blue) = 160+211+250=621 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.76% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0D3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D3FA is #5F2C05. Grayscale: #C7C7C7. Windows color (decimal): -6237190 or 16438176. OLE color: 16438176.

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

Color convert

RGB 160 211 250 -
CMYK 0.36 0.16 0 0.02
HSL 206º 0.9% 0.8% -
HSV(B) 206º 0.36% 0.98% -
XYZ 55.05 60.96 99.31 -
YUV 200.2 156.1 99.33 -
System Red Green Blue C M Y K H S L
Decimal 160 211 250 0.36 0.16 0 0.02 206 0.9 0.8
Hex A0 D3 FA 24 10 0 2 CE 5A 50
Octal 240 323 372 44 20 0 2 316 132 120
Binary 10100000 11010011 11111010 100100 10000 0 10 11001110 1011010 1010000

Color Harmonies of #A0D3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D3FA

Black with #A0D3FA

Text Example


Text Example

White with #A0D3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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