Html Css Color HEX #A8D9FD Columbia Blue

📋 copy color: '#A8D9FD'

red 168 ◦ green 217 ◦ blue 253

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

Shades of Columbia Blue #A8D9FD

Tints of Columbia Blue #A8D9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.66%

R = 26.33%
G = 34.01%
B = 39.66%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8D9FD (or 0xA8D9FD) is known color: Columbia Blue. HEX triplet: A8, D9 and FD. RGB value is (168,217,253). Sum of RGB (Red+Green+Blue) = 168+217+253=638 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.33% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8D9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D9FD is #572602. Grayscale: #CECECE. Windows color (decimal): -5711363 or 16636328. OLE color: 16636328.

HSL color Cylindrical-coordinate representation of color #A8D9FD: hue angle of 205.41º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8D9FD is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 217 253 -
CMYK 0.34 0.14 0 0.01
HSL 205.41º 0.96% 0.83% -
HSV(B) 205.41º 0.34% 0.99% -
XYZ 58.69 65.04 102.39 -
YUV 206.45 154.27 100.57 -
System Red Green Blue C M Y K H S L
Decimal 168 217 253 0.34 0.14 0 0.01 205.41 0.96 0.83
Hex A8 D9 FD 22 E 0 1 CD 60 53
Octal 250 331 375 42 16 0 1 315 140 123
Binary 10101000 11011001 11111101 100010 1110 0 1 11001101 1100000 1010011

Color Harmonies of #A8D9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D9FD

Black with #A8D9FD

Text Example


Text Example

White with #A8D9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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