Html Css Color HEX #A8DBFE Columbia Blue

📋 copy color: '#A8DBFE'

red 168 ◦ green 219 ◦ blue 254

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

Shades of Columbia Blue #A8DBFE

Tints of Columbia Blue #A8DBFE

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 value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A8DBFE (or 0xA8DBFE) is known color: 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

RGB 168 219 254 -
CMYK 0.34 0.14 0 0.00
HSL 204.42º 0.98% 0.83% -
HSV(B) 204.42º 0.34% 1% -
XYZ 59.37 66.14 103.4 -
YUV 207.74 154.1 99.65 -
System Red Green Blue C M Y K H S L
Decimal 168 219 254 0.34 0.14 0 0.00 204.42 0.98 0.83
Hex A8 DB FE 22 E 0 0 CC 62 53
Octal 250 333 376 42 16 0 0 314 142 123
Binary 10101000 11011011 11111110 100010 1110 0 0 11001100 1100010 1010011

Color Harmonies of #A8DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DBFE

Black with #A8DBFE

Text Example


Text Example

White with #A8DBFE

Text Example


Text Example

HTML Codes & Css Web 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>