Html Css Color HEX #A8DCFD Columbia Blue

📋 copy color: '#A8DCFD'

red 168 ◦ green 220 ◦ blue 253

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

Shades of Columbia Blue #A8DCFD

Tints of Columbia Blue #A8DCFD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.32%

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

R = 26.21%
G = 34.32%
B = 39.47%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A8DCFD (or 0xA8DCFD) is known color: Columbia Blue. HEX triplet: A8, DC and FD. RGB value is (168,220,253). Sum of RGB (Red+Green+Blue) = 168+220+253=641 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.21% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DCFD is #572302. Grayscale: #D0D0D0. Windows color (decimal): -5710595 or 16637096. OLE color: 16637096.

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

Color convert

RGB 168 220 253 -
CMYK 0.34 0.13 0 0.01
HSL 203.29º 0.96% 0.83% -
HSV(B) 203.29º 0.34% 0.99% -
XYZ 59.47 66.6 102.65 -
YUV 208.21 153.27 99.32 -
System Red Green Blue C M Y K H S L
Decimal 168 220 253 0.34 0.13 0 0.01 203.29 0.96 0.83
Hex A8 DC FD 22 D 0 1 CB 60 53
Octal 250 334 375 42 15 0 1 313 140 123
Binary 10101000 11011100 11111101 100010 1101 0 1 11001011 1100000 1010011

Color Harmonies of #A8DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCFD

Black with #A8DCFD

Text Example


Text Example

White with #A8DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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