Html Css Color HEX #A8DAFF Columbia Blue

📋 copy color: '#A8DAFF'

red 168 ◦ green 218 ◦ blue 255

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

Shades of Columbia Blue #A8DAFF

Tints of Columbia Blue #A8DAFF

RGB

 RED value IS 168 (66.02% from 255) = 26.21%

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

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

R = 26.21%
G = 34.01%
B = 39.78%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A8DAFF (or 0xA8DAFF) is known color: Columbia Blue. HEX triplet: A8, DA and FF. RGB value is (168,218,255). Sum of RGB (Red+Green+Blue) = 168+218+255=641 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.21% from 641); Green value is 218 (85.55% from 255 or 34.01% 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 #A8DAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAFF is #572500. Grayscale: #CFCFCF. Windows color (decimal): -5711105 or 16767656. OLE color: 16767656.

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

Color convert

RGB 168 218 255 -
CMYK 0.34 0.15 0 0
HSL 205.52º 1% 0.83% -
HSV(B) 205.52º 0.34% 1% -
XYZ 59.27 65.69 104.16 -
YUV 207.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 168 218 255 0.34 0.15 0 0 205.52 1 0.83
Hex A8 DA FF 22 F 0 0 CE 64 53
Octal 250 332 377 42 17 0 0 316 144 123
Binary 10101000 11011010 11111111 100010 1111 0 0 11001110 1100100 1010011

Color Harmonies of #A8DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DAFF

Black with #A8DAFF

Text Example


Text Example

White with #A8DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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