Html Css Color HEX #A3DDFA Columbia Blue

📋 copy color: '#A3DDFA'

red 163 ◦ green 221 ◦ blue 250

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

Shades of Columbia Blue #A3DDFA

Tints of Columbia Blue #A3DDFA

RGB

 RED value IS 163 (64.06% from 255) = 25.71%

 GREEN value IS 221 (86.72% from 255) = 34.86%

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

R = 25.71%
G = 34.86%
B = 39.43%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A3DDFA (or 0xA3DDFA) is known color: Columbia Blue. HEX triplet: A3, DD and FA. RGB value is (163,221,250). Sum of RGB (Red+Green+Blue) = 163+221+250=634 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.71% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3DDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DDFA is #5C2205. Grayscale: #CECECE. Windows color (decimal): -6038022 or 16440739. OLE color: 16440739.

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

Color convert

RGB 163 221 250 -
CMYK 0.35 0.12 0 0.02
HSL 200º 0.9% 0.81% -
HSV(B) 200º 0.35% 0.98% -
XYZ 58.22 66.4 100.19 -
YUV 206.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 163 221 250 0.35 0.12 0 0.02 200 0.9 0.81
Hex A3 DD FA 23 C 0 2 C8 5A 51
Octal 243 335 372 43 14 0 2 310 132 121
Binary 10100011 11011101 11111010 100011 1100 0 10 11001000 1011010 1010001

Color Harmonies of #A3DDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DDFA

Black with #A3DDFA

Text Example


Text Example

White with #A3DDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DDFA; }

 p { color: rgb(163,221,250); }

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

background-color css

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

 a { background-color: rgb(163,221,250); }

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

border-color css

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

 span { border-color: rgb(163,221,250); }

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