Html Css Color HEX #A7DFFA Columbia Blue

📋 copy color: '#A7DFFA'

red 167 ◦ green 223 ◦ blue 250

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

Shades of Columbia Blue #A7DFFA

Tints of Columbia Blue #A7DFFA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.84%

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

R = 26.09%
G = 34.84%
B = 39.06%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A7DFFA (or 0xA7DFFA) is known color: Columbia Blue. HEX triplet: A7, DF and FA. RGB value is (167,223,250). Sum of RGB (Red+Green+Blue) = 167+223+250=640 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.09% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7DFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DFFA is #582005. Grayscale: #D1D1D1. Windows color (decimal): -5775366 or 16441255. OLE color: 16441255.

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

Color convert

RGB 167 223 250 -
CMYK 0.33 0.11 0 0.02
HSL 199.52º 0.89% 0.82% -
HSV(B) 199.52º 0.33% 0.98% -
XYZ 59.58 67.89 100.41 -
YUV 209.33 150.95 97.8 -
System Red Green Blue C M Y K H S L
Decimal 167 223 250 0.33 0.11 0 0.02 199.52 0.89 0.82
Hex A7 DF FA 21 B 0 2 C8 59 52
Octal 247 337 372 41 13 0 2 310 131 122
Binary 10100111 11011111 11111010 100001 1011 0 10 11001000 1011001 1010010

Color Harmonies of #A7DFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DFFA

Black with #A7DFFA

Text Example


Text Example

White with #A7DFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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