Html Css Color HEX #A7D9F9 Columbia Blue

📋 copy color: '#A7D9F9'

red 167 ◦ green 217 ◦ blue 249

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

Shades of Columbia Blue #A7D9F9

Tints of Columbia Blue #A7D9F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.34%

R = 26.38%
G = 34.28%
B = 39.34%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A7D9F9 (or 0xA7D9F9) is known color: Columbia Blue. HEX triplet: A7, D9 and F9. RGB value is (167,217,249). Sum of RGB (Red+Green+Blue) = 167+217+249=633 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.38% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #A7D9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7D9F9 is #582606. Grayscale: #CDCDCD. Windows color (decimal): -5776903 or 16374183. OLE color: 16374183.

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

Color convert

RGB 167 217 249 -
CMYK 0.33 0.13 0 0.02
HSL 203.41º 0.87% 0.82% -
HSV(B) 203.41º 0.33% 0.98% -
XYZ 57.85 64.68 99.06 -
YUV 205.7 152.44 100.4 -
System Red Green Blue C M Y K H S L
Decimal 167 217 249 0.33 0.13 0 0.02 203.41 0.87 0.82
Hex A7 D9 F9 21 D 0 2 CB 57 52
Octal 247 331 371 41 15 0 2 313 127 122
Binary 10100111 11011001 11111001 100001 1101 0 10 11001011 1010111 1010010

Color Harmonies of #A7D9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D9F9

Black with #A7D9F9

Text Example


Text Example

White with #A7D9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D9F9; }

 p { color: rgb(167,217,249); }

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

background-color css

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

 a { background-color: rgb(167,217,249); }

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

border-color css

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

 span { border-color: rgb(167,217,249); }

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