Html Css Color HEX #A8DCFB Columbia Blue

📋 copy color: '#A8DCFB'

red 168 ◦ green 220 ◦ blue 251

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

Shades of Columbia Blue #A8DCFB

Tints of Columbia Blue #A8DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.43%

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

R = 26.29%
G = 34.43%
B = 39.28%

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

#A8DCFB (or 0xA8DCFB) is known color: Columbia Blue. HEX triplet: A8, DC and FB. RGB value is (168,220,251). Sum of RGB (Red+Green+Blue) = 168+220+251=639 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.29% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DCFB is #572304. Grayscale: #CFCFCF. Windows color (decimal): -5710597 or 16506024. OLE color: 16506024.

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

Color convert

RGB 168 220 251 -
CMYK 0.33 0.12 0 0.02
HSL 202.41º 0.91% 0.82% -
HSV(B) 202.41º 0.33% 0.98% -
XYZ 59.15 66.48 100.98 -
YUV 207.99 152.27 99.48 -
System Red Green Blue C M Y K H S L
Decimal 168 220 251 0.33 0.12 0 0.02 202.41 0.91 0.82
Hex A8 DC FB 21 C 0 2 CA 5B 52
Octal 250 334 373 41 14 0 2 312 133 122
Binary 10101000 11011100 11111011 100001 1100 0 10 11001010 1011011 1010010

Color Harmonies of #A8DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCFB

Black with #A8DCFB

Text Example


Text Example

White with #A8DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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