Html Css Color HEX #A7E5FA Columbia Blue

📋 copy color: '#A7E5FA'

red 167 ◦ green 229 ◦ blue 250

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

Shades of Columbia Blue #A7E5FA

Tints of Columbia Blue #A7E5FA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.45%

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

R = 25.85%
G = 35.45%
B = 38.7%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A7E5FA (or 0xA7E5FA) is known color: Columbia Blue. HEX triplet: A7, E5 and FA. RGB value is (167,229,250). Sum of RGB (Red+Green+Blue) = 167+229+250=646 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.85% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7E5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E5FA is #581A05. Grayscale: #D4D4D4. Windows color (decimal): -5773830 or 16442791. OLE color: 16442791.

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

Color convert

RGB 167 229 250 -
CMYK 0.33 0.08 0 0.02
HSL 195.18º 0.89% 0.82% -
HSV(B) 195.18º 0.33% 0.98% -
XYZ 61.21 71.16 100.95 -
YUV 212.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 167 229 250 0.33 0.08 0 0.02 195.18 0.89 0.82
Hex A7 E5 FA 21 8 0 2 C3 59 52
Octal 247 345 372 41 10 0 2 303 131 122
Binary 10100111 11100101 11111010 100001 1000 0 10 11000011 1011001 1010010

Color Harmonies of #A7E5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7E5FA

Black with #A7E5FA

Text Example


Text Example

White with #A7E5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7E5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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