Html Css Color HEX #A8D9FA Columbia Blue

📋 copy color: '#A8D9FA'

red 168 ◦ green 217 ◦ blue 250

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

Shades of Columbia Blue #A8D9FA

Tints of Columbia Blue #A8D9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.37%

R = 26.46%
G = 34.17%
B = 39.37%

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

#A8D9FA (or 0xA8D9FA) is known color: Columbia Blue. HEX triplet: A8, D9 and FA. RGB value is (168,217,250). Sum of RGB (Red+Green+Blue) = 168+217+250=635 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.46% from 635); Green value is 217 (85.16% from 255 or 34.17% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #A8D9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D9FA is #572605. Grayscale: #CDCDCD. Windows color (decimal): -5711366 or 16439720. OLE color: 16439720.

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

Color convert

RGB 168 217 250 -
CMYK 0.33 0.13 0 0.02
HSL 204.15º 0.89% 0.82% -
HSV(B) 204.15º 0.33% 0.98% -
XYZ 58.22 64.85 99.89 -
YUV 206.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 168 217 250 0.33 0.13 0 0.02 204.15 0.89 0.82
Hex A8 D9 FA 21 D 0 2 CC 59 52
Octal 250 331 372 41 15 0 2 314 131 122
Binary 10101000 11011001 11111010 100001 1101 0 10 11001100 1011001 1010010

Color Harmonies of #A8D9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D9FA

Black with #A8D9FA

Text Example


Text Example

White with #A8D9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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