Html Css Color HEX #A8DAFD Columbia Blue

📋 copy color: '#A8DAFD'

red 168 ◦ green 218 ◦ blue 253

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

Shades of Columbia Blue #A8DAFD

Tints of Columbia Blue #A8DAFD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.12%

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

R = 26.29%
G = 34.12%
B = 39.59%

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

#A8DAFD (or 0xA8DAFD) is known color: Columbia Blue. HEX triplet: A8, DA and FD. RGB value is (168,218,253). Sum of RGB (Red+Green+Blue) = 168+218+253=639 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.29% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8DAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAFD is #572502. Grayscale: #CECECE. Windows color (decimal): -5711107 or 16636584. OLE color: 16636584.

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

Color convert

RGB 168 218 253 -
CMYK 0.34 0.14 0 0.01
HSL 204.71º 0.96% 0.83% -
HSV(B) 204.71º 0.34% 0.99% -
XYZ 58.95 65.56 102.48 -
YUV 207.04 153.94 100.15 -
System Red Green Blue C M Y K H S L
Decimal 168 218 253 0.34 0.14 0 0.01 204.71 0.96 0.83
Hex A8 DA FD 22 E 0 1 CD 60 53
Octal 250 332 375 42 16 0 1 315 140 123
Binary 10101000 11011010 11111101 100010 1110 0 1 11001101 1100000 1010011

Color Harmonies of #A8DAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DAFD

Black with #A8DAFD

Text Example


Text Example

White with #A8DAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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