Html Css Color HEX #A8DFFB Columbia Blue

📋 copy color: '#A8DFFB'

red 168 ◦ green 223 ◦ blue 251

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

Shades of Columbia Blue #A8DFFB

Tints of Columbia Blue #A8DFFB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.74%

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

R = 26.17%
G = 34.74%
B = 39.1%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A8DFFB (or 0xA8DFFB) is known color: Columbia Blue. HEX triplet: A8, DF and FB. RGB value is (168,223,251). Sum of RGB (Red+Green+Blue) = 168+223+251=642 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.17% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8DFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DFFB is #572004. Grayscale: #D1D1D1. Windows color (decimal): -5709829 or 16506792. OLE color: 16506792.

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

Color convert

RGB 168 223 251 -
CMYK 0.33 0.11 0 0.02
HSL 200.24º 0.91% 0.82% -
HSV(B) 200.24º 0.33% 0.98% -
XYZ 59.95 68.07 101.25 -
YUV 209.75 151.28 98.22 -
System Red Green Blue C M Y K H S L
Decimal 168 223 251 0.33 0.11 0 0.02 200.24 0.91 0.82
Hex A8 DF FB 21 B 0 2 C8 5B 52
Octal 250 337 373 41 13 0 2 310 133 122
Binary 10101000 11011111 11111011 100001 1011 0 10 11001000 1011011 1010010

Color Harmonies of #A8DFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DFFB

Black with #A8DFFB

Text Example


Text Example

White with #A8DFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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