Html Css Color HEX #A4E0FC Columbia Blue

📋 copy color: '#A4E0FC'

red 164 ◦ green 224 ◦ blue 252

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

Shades of Columbia Blue #A4E0FC

Tints of Columbia Blue #A4E0FC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35%

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

R = 25.63%
G = 35%
B = 39.38%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A4E0FC (or 0xA4E0FC) is known color: Columbia Blue. HEX triplet: A4, E0 and FC. RGB value is (164,224,252). Sum of RGB (Red+Green+Blue) = 164+224+252=640 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.62% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4E0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E0FC is #5B1F03. Grayscale: #D1D1D1. Windows color (decimal): -5971716 or 16572580. OLE color: 16572580.

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

Color convert

RGB 164 224 252 -
CMYK 0.35 0.11 0 0.01
HSL 199.09º 0.94% 0.82% -
HSV(B) 199.09º 0.35% 0.99% -
XYZ 59.54 68.23 102.13 -
YUV 209.25 152.12 95.72 -
System Red Green Blue C M Y K H S L
Decimal 164 224 252 0.35 0.11 0 0.01 199.09 0.94 0.82
Hex A4 E0 FC 23 B 0 1 C7 5E 52
Octal 244 340 374 43 13 0 1 307 136 122
Binary 10100100 11100000 11111100 100011 1011 0 1 11000111 1011110 1010010

Color Harmonies of #A4E0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E0FC

Black with #A4E0FC

Text Example


Text Example

White with #A4E0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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