Html Css Color HEX #8AE3F7 Columbia Blue

📋 copy color: '#8AE3F7'

red 138 ◦ green 227 ◦ blue 247

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

Shades of Columbia Blue #8AE3F7

Tints of Columbia Blue #8AE3F7

RGB

 RED value IS 138 (54.3% from 255) = 22.55%

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

 BLUE value IS 247 (96.88% from 255) = 40.36%

R = 22.55%
G = 37.09%
B = 40.36%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8AE3F7 (or 0x8AE3F7) is known color: Columbia Blue. HEX triplet: 8A, E3 and F7. RGB value is (138,227,247). Sum of RGB (Red+Green+Blue) = 138+227+247=612 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.55% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 247 - color contains mainly: blue. Hex color #8AE3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AE3F7 is #751C08. Grayscale: #CACACA. Windows color (decimal): -7674889 or 16245642. OLE color: 16245642.

HSL color Cylindrical-coordinate representation of color #8AE3F7: hue angle of 191.01º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AE3F7 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 138 227 247 -
CMYK 0.44 0.08 0 0.03
HSL 191.01º 0.87% 0.75% -
HSV(B) 191.01º 0.44% 0.97% -
XYZ 54.74 67.06 98.05 -
YUV 202.67 153.01 81.87 -
System Red Green Blue C M Y K H S L
Decimal 138 227 247 0.44 0.08 0 0.03 191.01 0.87 0.75
Hex 8A E3 F7 2C 8 0 3 BF 57 4B
Octal 212 343 367 54 10 0 3 277 127 113
Binary 10001010 11100011 11110111 101100 1000 0 11 10111111 1010111 1001011

Color Harmonies of #8AE3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AE3F7

Black with #8AE3F7

Text Example


Text Example

White with #8AE3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AE3F7; }

 p { color: rgb(138,227,247); }

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

background-color css

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

 a { background-color: rgb(138,227,247); }

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

border-color css

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

 span { border-color: rgb(138,227,247); }

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