Html Css Color HEX #A7E2FA Columbia Blue

📋 copy color: '#A7E2FA'

red 167 ◦ green 226 ◦ blue 250

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

Shades of Columbia Blue #A7E2FA

Tints of Columbia Blue #A7E2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.15%

 BLUE value IS 250 (98.05% from 255) = 38.88%

R = 25.97%
G = 35.15%
B = 38.88%

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

#A7E2FA (or 0xA7E2FA) is known color: Columbia Blue. HEX triplet: A7, E2 and FA. RGB value is (167,226,250). Sum of RGB (Red+Green+Blue) = 167+226+250=643 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.97% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7E2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E2FA is #581D05. Grayscale: #D2D2D2. Windows color (decimal): -5774598 or 16442023. OLE color: 16442023.

HSL color Cylindrical-coordinate representation of color #A7E2FA: hue angle of 197.35º degrees, saturation: 0.89, 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 #A7E2FA is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 226 250 -
CMYK 0.33 0.10 0 0.02
HSL 197.35º 0.89% 0.82% -
HSV(B) 197.35º 0.33% 0.98% -
XYZ 60.39 69.51 100.68 -
YUV 211.1 149.95 96.55 -
System Red Green Blue C M Y K H S L
Decimal 167 226 250 0.33 0.10 0 0.02 197.35 0.89 0.82
Hex A7 E2 FA 21 A 0 2 C5 59 52
Octal 247 342 372 41 12 0 2 305 131 122
Binary 10100111 11100010 11111010 100001 1010 0 10 11000101 1011001 1010010

Color Harmonies of #A7E2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7E2FA

Black with #A7E2FA

Text Example


Text Example

White with #A7E2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7E2FA; }

 p { color: rgb(167,226,250); }

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

background-color css

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

 a { background-color: rgb(167,226,250); }

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

border-color css

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

 span { border-color: rgb(167,226,250); }

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