Html Css Color HEX #A4E3FB Columbia Blue

📋 copy color: '#A4E3FB'

red 164 ◦ green 227 ◦ blue 251

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

Shades of Columbia Blue #A4E3FB

Tints of Columbia Blue #A4E3FB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.36%

 BLUE value IS 251 (98.44% from 255) = 39.1%

R = 25.55%
G = 35.36%
B = 39.1%

CMYK

 C value IS 0.35

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A4E3FB (or 0xA4E3FB) is known color: Columbia Blue. HEX triplet: A4, E3 and FB. RGB value is (164,227,251). Sum of RGB (Red+Green+Blue) = 164+227+251=642 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.55% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4E3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E3FB is #5B1C04. Grayscale: #D2D2D2. Windows color (decimal): -5970949 or 16507812. OLE color: 16507812.

HSL color Cylindrical-coordinate representation of color #A4E3FB: hue angle of 196.55º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4E3FB is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 227 251 -
CMYK 0.35 0.10 0 0.02
HSL 196.55º 0.92% 0.81% -
HSV(B) 196.55º 0.35% 0.98% -
XYZ 60.19 69.8 101.57 -
YUV 210.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 164 227 251 0.35 0.10 0 0.02 196.55 0.92 0.81
Hex A4 E3 FB 23 A 0 2 C5 5C 51
Octal 244 343 373 43 12 0 2 305 134 121
Binary 10100100 11100011 11111011 100011 1010 0 10 11000101 1011100 1010001

Color Harmonies of #A4E3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4E3FB

Black with #A4E3FB

Text Example


Text Example

White with #A4E3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4E3FB; }

 p { color: rgb(164,227,251); }

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

background-color css

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

 a { background-color: rgb(164,227,251); }

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

border-color css

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

 span { border-color: rgb(164,227,251); }

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