Html Css Color HEX #A9E1FD Columbia Blue

📋 copy color: '#A9E1FD'

red 169 ◦ green 225 ◦ blue 253

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

Shades of Columbia Blue #A9E1FD

Tints of Columbia Blue #A9E1FD

RGB

 RED value IS 169 (66.41% from 255) = 26.12%

 GREEN value IS 225 (88.28% from 255) = 34.78%

 BLUE value IS 253 (99.22% from 255) = 39.1%

R = 26.12%
G = 34.78%
B = 39.1%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A9E1FD (or 0xA9E1FD) is known color: Columbia Blue. HEX triplet: A9, E1 and FD. RGB value is (169,225,253). Sum of RGB (Red+Green+Blue) = 169+225+253=647 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.12% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9E1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E1FD is #561E02. Grayscale: #D3D3D3. Windows color (decimal): -5643779 or 16638377. OLE color: 16638377.

HSL color Cylindrical-coordinate representation of color #A9E1FD: hue angle of 200º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9E1FD is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 225 253 -
CMYK 0.33 0.11 0 0.01
HSL 200º 0.95% 0.83% -
HSV(B) 200º 0.33% 0.99% -
XYZ 61.02 69.38 103.1 -
YUV 211.45 151.45 97.72 -
System Red Green Blue C M Y K H S L
Decimal 169 225 253 0.33 0.11 0 0.01 200 0.95 0.83
Hex A9 E1 FD 21 B 0 1 C8 5F 53
Octal 251 341 375 41 13 0 1 310 137 123
Binary 10101001 11100001 11111101 100001 1011 0 1 11001000 1011111 1010011

Color Harmonies of #A9E1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9E1FD

Black with #A9E1FD

Text Example


Text Example

White with #A9E1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9E1FD; }

 p { color: rgb(169,225,253); }

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

background-color css

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

 a { background-color: rgb(169,225,253); }

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

border-color css

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

 span { border-color: rgb(169,225,253); }

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