Html Css Color HEX #8BE5FB Columbia Blue

📋 copy color: '#8BE5FB'

red 139 ◦ green 229 ◦ blue 251

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

Shades of Columbia Blue #8BE5FB

Tints of Columbia Blue #8BE5FB

RGB

 RED value IS 139 (54.69% from 255) = 22.46%

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

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

R = 22.46%
G = 37%
B = 40.55%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8BE5FB (or 0x8BE5FB) is known color: Columbia Blue. HEX triplet: 8B, E5 and FB. RGB value is (139,229,251). Sum of RGB (Red+Green+Blue) = 139+229+251=619 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.46% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BE5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE5FB is #741A04. Grayscale: #CCCCCC. Windows color (decimal): -7608837 or 16508299. OLE color: 16508299.

HSL color Cylindrical-coordinate representation of color #8BE5FB: hue angle of 191.79º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BE5FB is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 229 251 -
CMYK 0.45 0.09 0 0.02
HSL 191.79º 0.93% 0.76% -
HSV(B) 191.79º 0.45% 0.98% -
XYZ 56.08 68.49 101.53 -
YUV 204.6 154.18 81.21 -
System Red Green Blue C M Y K H S L
Decimal 139 229 251 0.45 0.09 0 0.02 191.79 0.93 0.76
Hex 8B E5 FB 2D 9 0 2 C0 5D 4C
Octal 213 345 373 55 11 0 2 300 135 114
Binary 10001011 11100101 11111011 101101 1001 0 10 11000000 1011101 1001100

Color Harmonies of #8BE5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE5FB

Black with #8BE5FB

Text Example


Text Example

White with #8BE5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,229,251); }

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

background-color css

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

 a { background-color: rgb(139,229,251); }

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

border-color css

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

 span { border-color: rgb(139,229,251); }

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