Html Css Color HEX #8BE1FD Columbia Blue

📋 copy color: '#8BE1FD'

red 139 ◦ green 225 ◦ blue 253

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

Shades of Columbia Blue #8BE1FD

Tints of Columbia Blue #8BE1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41%

R = 22.53%
G = 36.47%
B = 41%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8BE1FD (or 0x8BE1FD) is known color: Columbia Blue. HEX triplet: 8B, E1 and FD. RGB value is (139,225,253). Sum of RGB (Red+Green+Blue) = 139+225+253=617 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.53% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BE1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE1FD is #741E02. Grayscale: #CACACA. Windows color (decimal): -7609859 or 16638347. OLE color: 16638347.

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

Color convert

RGB 139 225 253 -
CMYK 0.45 0.11 0 0.01
HSL 194.74º 0.97% 0.77% -
HSV(B) 194.74º 0.45% 0.99% -
XYZ 55.3 66.43 102.84 -
YUV 202.48 156.51 82.72 -
System Red Green Blue C M Y K H S L
Decimal 139 225 253 0.45 0.11 0 0.01 194.74 0.97 0.77
Hex 8B E1 FD 2D B 0 1 C3 61 4D
Octal 213 341 375 55 13 0 1 303 141 115
Binary 10001011 11100001 11111101 101101 1011 0 1 11000011 1100001 1001101

Color Harmonies of #8BE1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE1FD

Black with #8BE1FD

Text Example


Text Example

White with #8BE1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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