Html Css Color HEX #8BE1FE Columbia Blue

📋 copy color: '#8BE1FE'

red 139 ◦ green 225 ◦ blue 254

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

Shades of Columbia Blue #8BE1FE

Tints of Columbia Blue #8BE1FE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.41%

 BLUE value IS 254 (99.61% from 255) = 41.1%

R = 22.49%
G = 36.41%
B = 41.1%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8BE1FE (or 0x8BE1FE) is known color: Columbia Blue. HEX triplet: 8B, E1 and FE. RGB value is (139,225,254). Sum of RGB (Red+Green+Blue) = 139+225+254=618 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.49% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BE1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE1FE is #741E01. Grayscale: #CACACA. Windows color (decimal): -7609858 or 16703883. OLE color: 16703883.

HSL color Cylindrical-coordinate representation of color #8BE1FE: hue angle of 195.13º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BE1FE is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 139 225 254 -
CMYK 0.45 0.11 0 0.00
HSL 195.13º 0.98% 0.77% -
HSV(B) 195.13º 0.45% 1% -
XYZ 55.46 66.5 103.68 -
YUV 202.59 157.01 82.64 -
System Red Green Blue C M Y K H S L
Decimal 139 225 254 0.45 0.11 0 0.00 195.13 0.98 0.77
Hex 8B E1 FE 2D B 0 0 C3 62 4D
Octal 213 341 376 55 13 0 0 303 142 115
Binary 10001011 11100001 11111110 101101 1011 0 0 11000011 1100010 1001101

Color Harmonies of #8BE1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE1FE

Black with #8BE1FE

Text Example


Text Example

White with #8BE1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,225,254); }

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

background-color css

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

 a { background-color: rgb(139,225,254); }

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

border-color css

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

 span { border-color: rgb(139,225,254); }

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