Html Css Color HEX #A4DCFC Columbia Blue

📋 copy color: '#A4DCFC'

red 164 ◦ green 220 ◦ blue 252

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

Shades of Columbia Blue #A4DCFC

Tints of Columbia Blue #A4DCFC

RGB

 RED value IS 164 (64.45% from 255) = 25.79%

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

 BLUE value IS 252 (98.83% from 255) = 39.62%

R = 25.79%
G = 34.59%
B = 39.62%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A4DCFC (or 0xA4DCFC) is known color: Columbia Blue. HEX triplet: A4, DC and FC. RGB value is (164,220,252). Sum of RGB (Red+Green+Blue) = 164+220+252=636 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.79% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DCFC is #5B2303. Grayscale: #CECECE. Windows color (decimal): -5972740 or 16571556. OLE color: 16571556.

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

Color convert

RGB 164 220 252 -
CMYK 0.35 0.13 0 0.01
HSL 201.82º 0.94% 0.82% -
HSV(B) 201.82º 0.35% 0.99% -
XYZ 58.47 66.11 101.77 -
YUV 206.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 164 220 252 0.35 0.13 0 0.01 201.82 0.94 0.82
Hex A4 DC FC 23 D 0 1 CA 5E 52
Octal 244 334 374 43 15 0 1 312 136 122
Binary 10100100 11011100 11111100 100011 1101 0 1 11001010 1011110 1010010

Color Harmonies of #A4DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DCFC

Black with #A4DCFC

Text Example


Text Example

White with #A4DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DCFC; }

 p { color: rgb(164,220,252); }

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

background-color css

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

 a { background-color: rgb(164,220,252); }

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

border-color css

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

 span { border-color: rgb(164,220,252); }

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