Html Css Color HEX #A4D9FA Columbia Blue

📋 copy color: '#A4D9FA'

red 164 ◦ green 217 ◦ blue 250

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

Shades of Columbia Blue #A4D9FA

Tints of Columbia Blue #A4D9FA

RGB

 RED value IS 164 (64.45% from 255) = 25.99%

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

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

R = 25.99%
G = 34.39%
B = 39.62%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4D9FA (or 0xA4D9FA) is known color: Columbia Blue. HEX triplet: A4, D9 and FA. RGB value is (164,217,250). Sum of RGB (Red+Green+Blue) = 164+217+250=631 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.99% from 631); Green value is 217 (85.16% from 255 or 34.39% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4D9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D9FA is #5B2605. Grayscale: #CCCCCC. Windows color (decimal): -5973510 or 16439716. OLE color: 16439716.

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

Color convert

RGB 164 217 250 -
CMYK 0.34 0.13 0 0.02
HSL 203.02º 0.9% 0.81% -
HSV(B) 203.02º 0.34% 0.98% -
XYZ 57.38 64.42 99.85 -
YUV 204.92 153.44 98.82 -
System Red Green Blue C M Y K H S L
Decimal 164 217 250 0.34 0.13 0 0.02 203.02 0.9 0.81
Hex A4 D9 FA 22 D 0 2 CB 5A 51
Octal 244 331 372 42 15 0 2 313 132 121
Binary 10100100 11011001 11111010 100010 1101 0 10 11001011 1011010 1010001

Color Harmonies of #A4D9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D9FA

Black with #A4D9FA

Text Example


Text Example

White with #A4D9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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