Html Css Color HEX #A8DBFB Columbia Blue

📋 copy color: '#A8DBFB'

red 168 ◦ green 219 ◦ blue 251

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

Shades of Columbia Blue #A8DBFB

Tints of Columbia Blue #A8DBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.34%

R = 26.33%
G = 34.33%
B = 39.34%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A8DBFB (or 0xA8DBFB) is known color: Columbia Blue. HEX triplet: A8, DB and FB. RGB value is (168,219,251). Sum of RGB (Red+Green+Blue) = 168+219+251=638 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.33% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8DBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DBFB is #572404. Grayscale: #CFCFCF. Windows color (decimal): -5710853 or 16505768. OLE color: 16505768.

HSL color Cylindrical-coordinate representation of color #A8DBFB: hue angle of 203.13º degrees, saturation: 0.91, 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 #A8DBFB is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 219 251 -
CMYK 0.33 0.13 0 0.02
HSL 203.13º 0.91% 0.82% -
HSV(B) 203.13º 0.33% 0.98% -
XYZ 58.89 65.95 100.89 -
YUV 207.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 168 219 251 0.33 0.13 0 0.02 203.13 0.91 0.82
Hex A8 DB FB 21 D 0 2 CB 5B 52
Octal 250 333 373 41 15 0 2 313 133 122
Binary 10101000 11011011 11111011 100001 1101 0 10 11001011 1011011 1010010

Color Harmonies of #A8DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DBFB

Black with #A8DBFB

Text Example


Text Example

White with #A8DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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