Html Css Color HEX #A8D9FF Columbia Blue

📋 copy color: '#A8D9FF'

red 168 ◦ green 217 ◦ blue 255

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

Shades of Columbia Blue #A8D9FF

Tints of Columbia Blue #A8D9FF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.91%

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

R = 26.25%
G = 33.91%
B = 39.84%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A8D9FF (or 0xA8D9FF) is known color: Columbia Blue. HEX triplet: A8, D9 and FF. RGB value is (168,217,255). Sum of RGB (Red+Green+Blue) = 168+217+255=640 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.25% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8D9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D9FF is #572600. Grayscale: #CECECE. Windows color (decimal): -5711361 or 16767400. OLE color: 16767400.

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

Color convert

RGB 168 217 255 -
CMYK 0.34 0.15 0 0
HSL 206.21º 1% 0.83% -
HSV(B) 206.21º 0.34% 1% -
XYZ 59.01 65.17 104.08 -
YUV 206.68 155.27 100.41 -
System Red Green Blue C M Y K H S L
Decimal 168 217 255 0.34 0.15 0 0 206.21 1 0.83
Hex A8 D9 FF 22 F 0 0 CE 64 53
Octal 250 331 377 42 17 0 0 316 144 123
Binary 10101000 11011001 11111111 100010 1111 0 0 11001110 1100100 1010011

Color Harmonies of #A8D9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D9FF

Black with #A8D9FF

Text Example


Text Example

White with #A8D9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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