Html Css Color HEX #A7DDFA Columbia Blue

📋 copy color: '#A7DDFA'

red 167 ◦ green 221 ◦ blue 250

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

Shades of Columbia Blue #A7DDFA

Tints of Columbia Blue #A7DDFA

RGB

 RED value IS 167 (65.63% from 255) = 26.18%

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

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

R = 26.18%
G = 34.64%
B = 39.18%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A7DDFA (or 0xA7DDFA) is known color: Columbia Blue. HEX triplet: A7, DD and FA. RGB value is (167,221,250). Sum of RGB (Red+Green+Blue) = 167+221+250=638 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.18% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7DDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DDFA is #582205. Grayscale: #CFCFCF. Windows color (decimal): -5775878 or 16440743. OLE color: 16440743.

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

Color convert

RGB 167 221 250 -
CMYK 0.33 0.12 0 0.02
HSL 200.96º 0.89% 0.82% -
HSV(B) 200.96º 0.33% 0.98% -
XYZ 59.05 66.83 100.23 -
YUV 208.16 151.61 98.64 -
System Red Green Blue C M Y K H S L
Decimal 167 221 250 0.33 0.12 0 0.02 200.96 0.89 0.82
Hex A7 DD FA 21 C 0 2 C9 59 52
Octal 247 335 372 41 14 0 2 311 131 122
Binary 10100111 11011101 11111010 100001 1100 0 10 11001001 1011001 1010010

Color Harmonies of #A7DDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DDFA

Black with #A7DDFA

Text Example


Text Example

White with #A7DDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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