Html Css Color HEX #A7DCFD Columbia Blue

📋 copy color: '#A7DCFD'

red 167 ◦ green 220 ◦ blue 253

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

Shades of Columbia Blue #A7DCFD

Tints of Columbia Blue #A7DCFD

RGB

 RED value IS 167 (65.63% from 255) = 26.09%

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

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

R = 26.09%
G = 34.38%
B = 39.53%

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

#A7DCFD (or 0xA7DCFD) is known color: Columbia Blue. HEX triplet: A7, DC and FD. RGB value is (167,220,253). Sum of RGB (Red+Green+Blue) = 167+220+253=640 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.09% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #A7DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DCFD is #582302. Grayscale: #CFCFCF. Windows color (decimal): -5776131 or 16637095. OLE color: 16637095.

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

Color convert

RGB 167 220 253 -
CMYK 0.34 0.13 0 0.01
HSL 203.02º 0.96% 0.82% -
HSV(B) 203.02º 0.34% 0.99% -
XYZ 59.26 66.49 102.64 -
YUV 207.92 153.44 98.82 -
System Red Green Blue C M Y K H S L
Decimal 167 220 253 0.34 0.13 0 0.01 203.02 0.96 0.82
Hex A7 DC FD 22 D 0 1 CB 60 52
Octal 247 334 375 42 15 0 1 313 140 122
Binary 10100111 11011100 11111101 100010 1101 0 1 11001011 1100000 1010010

Color Harmonies of #A7DCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DCFD

Black with #A7DCFD

Text Example


Text Example

White with #A7DCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7DCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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