#A8DBFE

Color #A8DBFE Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #A8DBFE

Tints of Columbia Blue #A8DBFE

Color information

#A8DBFE (or 0xA8DBFE) is unknown color: approx Columbia Blue. HEX triplet: A8, DB and FE. RGB value is (168,219,254). Sum of RGB (Red+Green+Blue) = 168+219+254=641 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.21% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8DBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DBFE is #572401. Grayscale: #CFCFCF. Windows color (decimal): -5710850 or 16702376. OLE color: 16702376.

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

Color convert

RGB168219254-
CMYK0.340.1400.00
HSL204.42º97.73%82.75%-
HSV(B)204.42º33.86%99.61%-
XYZ59.3766.14103.4-
YUV207.74154.199.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.21%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=26.21%
G=34.17%
B=39.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682192540.340.1400.00204.4297.7382.75
HexA8DBFE22E00cc6253
Octal250333376421600314142123
Binary1010100011011011111111101000101110001100110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DBFE; }

 p { color: rgb(168,219,254); }

 H1.HeaderClassName
 {
   color: #A8DBFE;
 }
 .AnyTagClassName
 {
   color: #A8DBFE;
 }
</style>
background-color css

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

 a { background-color: rgb(168,219,254); }

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

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

 span { border-color: rgb(168,219,254); }

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