Html Css Color HEX #A8DBF9 Columbia Blue

📋 copy color: '#A8DBF9'

red 168 ◦ green 219 ◦ blue 249

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

Shades of Columbia Blue #A8DBF9

Tints of Columbia Blue #A8DBF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.15%

R = 26.42%
G = 34.43%
B = 39.15%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A8DBF9 (or 0xA8DBF9) is known color: Columbia Blue. HEX triplet: A8, DB and F9. RGB value is (168,219,249). Sum of RGB (Red+Green+Blue) = 168+219+249=636 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.42% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #A8DBF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DBF9 is #572406. Grayscale: #CFCFCF. Windows color (decimal): -5710855 or 16374696. OLE color: 16374696.

HSL color Cylindrical-coordinate representation of color #A8DBF9: hue angle of 202.22º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8DBF9 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 219 249 -
CMYK 0.33 0.12 0 0.02
HSL 202.22º 0.87% 0.82% -
HSV(B) 202.22º 0.33% 0.98% -
XYZ 58.58 65.83 99.24 -
YUV 207.17 151.6 100.06 -
System Red Green Blue C M Y K H S L
Decimal 168 219 249 0.33 0.12 0 0.02 202.22 0.87 0.82
Hex A8 DB F9 21 C 0 2 CA 57 52
Octal 250 333 371 41 14 0 2 312 127 122
Binary 10101000 11011011 11111001 100001 1100 0 10 11001010 1010111 1010010

Color Harmonies of #A8DBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DBF9

Black with #A8DBF9

Text Example


Text Example

White with #A8DBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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