Html Css Color HEX #A8DBFF Columbia Blue

📋 copy color: '#A8DBFF'

red 168 ◦ green 219 ◦ blue 255

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

Shades of Columbia Blue #A8DBFF

Tints of Columbia Blue #A8DBFF

RGB

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

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

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

R = 26.17%
G = 34.11%
B = 39.72%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A8DBFF (or 0xA8DBFF) is known color: Columbia Blue. HEX triplet: A8, DB and FF. RGB value is (168,219,255). Sum of RGB (Red+Green+Blue) = 168+219+255=642 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.17% from 642); Green value is 219 (85.94% from 255 or 34.11% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DBFF is #572400. Grayscale: #CFCFCF. Windows color (decimal): -5710849 or 16767912. OLE color: 16767912.

HSL color Cylindrical-coordinate representation of color #A8DBFF: hue angle of 204.83º 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 #A8DBFF is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 168 219 255 -
CMYK 0.34 0.14 0 0
HSL 204.83º 1% 0.83% -
HSV(B) 204.83º 0.34% 1% -
XYZ 59.53 66.21 104.25 -
YUV 207.86 154.6 99.57 -
System Red Green Blue C M Y K H S L
Decimal 168 219 255 0.34 0.14 0 0 204.83 1 0.83
Hex A8 DB FF 22 E 0 0 CD 64 53
Octal 250 333 377 42 16 0 0 315 144 123
Binary 10101000 11011011 11111111 100010 1110 0 0 11001101 1100100 1010011

Color Harmonies of #A8DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DBFF

Black with #A8DBFF

Text Example


Text Example

White with #A8DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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