Html Css Color HEX #A7DAFF Columbia Blue

📋 copy color: '#A7DAFF'

red 167 ◦ green 218 ◦ blue 255

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

Shades of Columbia Blue #A7DAFF

Tints of Columbia Blue #A7DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.06%

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

R = 26.09%
G = 34.06%
B = 39.84%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A7DAFF (or 0xA7DAFF) is known color: Columbia Blue. HEX triplet: A7, DA and FF. RGB value is (167,218,255). Sum of RGB (Red+Green+Blue) = 167+218+255=640 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.09% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #A7DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DAFF is #582500. Grayscale: #CECECE. Windows color (decimal): -5776641 or 16767655. OLE color: 16767655.

HSL color Cylindrical-coordinate representation of color #A7DAFF: hue angle of 205.23º 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 #A7DAFF is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 167 218 255 -
CMYK 0.35 0.15 0 0
HSL 205.23º 1% 0.83% -
HSV(B) 205.23º 0.35% 1% -
XYZ 59.06 65.58 104.15 -
YUV 206.97 155.1 99.49 -
System Red Green Blue C M Y K H S L
Decimal 167 218 255 0.35 0.15 0 0 205.23 1 0.83
Hex A7 DA FF 23 F 0 0 CD 64 53
Octal 247 332 377 43 17 0 0 315 144 123
Binary 10100111 11011010 11111111 100011 1111 0 0 11001101 1100100 1010011

Color Harmonies of #A7DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DAFF

Black with #A7DAFF

Text Example


Text Example

White with #A7DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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