Html Css Color HEX #A3DEFA Columbia Blue

📋 copy color: '#A3DEFA'

red 163 ◦ green 222 ◦ blue 250

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

Shades of Columbia Blue #A3DEFA

Tints of Columbia Blue #A3DEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.96%

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

R = 25.67%
G = 34.96%
B = 39.37%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A3DEFA (or 0xA3DEFA) is known color: Columbia Blue. HEX triplet: A3, DE and FA. RGB value is (163,222,250). Sum of RGB (Red+Green+Blue) = 163+222+250=635 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.67% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3DEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DEFA is #5C2105. Grayscale: #CFCFCF. Windows color (decimal): -6037766 or 16440995. OLE color: 16440995.

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

Color convert

RGB 163 222 250 -
CMYK 0.35 0.11 0 0.02
HSL 199.31º 0.9% 0.81% -
HSV(B) 199.31º 0.35% 0.98% -
XYZ 58.48 66.93 100.28 -
YUV 207.55 151.95 96.22 -
System Red Green Blue C M Y K H S L
Decimal 163 222 250 0.35 0.11 0 0.02 199.31 0.9 0.81
Hex A3 DE FA 23 B 0 2 C7 5A 51
Octal 243 336 372 43 13 0 2 307 132 121
Binary 10100011 11011110 11111010 100011 1011 0 10 11000111 1011010 1010001

Color Harmonies of #A3DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DEFA

Black with #A3DEFA

Text Example


Text Example

White with #A3DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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