Html Css Color HEX #A7E3FB Columbia Blue

📋 copy color: '#A7E3FB'

red 167 ◦ green 227 ◦ blue 251

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

Shades of Columbia Blue #A7E3FB

Tints of Columbia Blue #A7E3FB

RGB

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

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

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

R = 25.89%
G = 35.19%
B = 38.91%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A7E3FB (or 0xA7E3FB) is known color: Columbia Blue. HEX triplet: A7, E3 and FB. RGB value is (167,227,251). Sum of RGB (Red+Green+Blue) = 167+227+251=645 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.89% from 645); Green value is 227 (89.06% from 255 or 35.19% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #A7E3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E3FB is #581C04. Grayscale: #D3D3D3. Windows color (decimal): -5774341 or 16507815. OLE color: 16507815.

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

Color convert

RGB 167 227 251 -
CMYK 0.33 0.10 0 0.02
HSL 197.14º 0.91% 0.82% -
HSV(B) 197.14º 0.33% 0.98% -
XYZ 60.82 70.12 101.6 -
YUV 211.8 150.12 96.05 -
System Red Green Blue C M Y K H S L
Decimal 167 227 251 0.33 0.10 0 0.02 197.14 0.91 0.82
Hex A7 E3 FB 21 A 0 2 C5 5B 52
Octal 247 343 373 41 12 0 2 305 133 122
Binary 10100111 11100011 11111011 100001 1010 0 10 11000101 1011011 1010010

Color Harmonies of #A7E3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7E3FB

Black with #A7E3FB

Text Example


Text Example

White with #A7E3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7E3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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