Html Css Color HEX #A7DBFF Columbia Blue

📋 copy color: '#A7DBFF'

red 167 ◦ green 219 ◦ blue 255

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

Shades of Columbia Blue #A7DBFF

Tints of Columbia Blue #A7DBFF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.17%

 BLUE value IS 255 (100% from 255) = 39.78%

R = 26.05%
G = 34.17%
B = 39.78%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A7DBFF (or 0xA7DBFF) is known color: Columbia Blue. HEX triplet: A7, DB and FF. RGB value is (167,219,255). Sum of RGB (Red+Green+Blue) = 167+219+255=641 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.05% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DBFF is #582400. Grayscale: #CFCFCF. Windows color (decimal): -5776385 or 16767911. OLE color: 16767911.

HSL color Cylindrical-coordinate representation of color #A7DBFF: hue angle of 204.55º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7DBFF is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 167 219 255 -
CMYK 0.35 0.14 0 0
HSL 204.55º 1% 0.83% -
HSV(B) 204.55º 0.35% 1% -
XYZ 59.32 66.1 104.24 -
YUV 207.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 167 219 255 0.35 0.14 0 0 204.55 1 0.83
Hex A7 DB FF 23 E 0 0 CD 64 53
Octal 247 333 377 43 16 0 0 315 144 123
Binary 10100111 11011011 11111111 100011 1110 0 0 11001101 1100100 1010011

Color Harmonies of #A7DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DBFF

Black with #A7DBFF

Text Example


Text Example

White with #A7DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DBFF; }

 p { color: rgb(167,219,255); }

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

background-color css

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

 a { background-color: rgb(167,219,255); }

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

border-color css

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

 span { border-color: rgb(167,219,255); }

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