Html Css Color HEX #8BE0FD Columbia Blue

📋 copy color: '#8BE0FD'

red 139 ◦ green 224 ◦ blue 253

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

Shades of Columbia Blue #8BE0FD

Tints of Columbia Blue #8BE0FD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.36%

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

R = 22.56%
G = 36.36%
B = 41.07%

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

#8BE0FD (or 0x8BE0FD) is known color: Columbia Blue. HEX triplet: 8B, E0 and FD. RGB value is (139,224,253). Sum of RGB (Red+Green+Blue) = 139+224+253=616 (81% of max value = 765). Red value is 139 (54.69% from 255 or 22.56% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BE0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BE0FD is #741F02. Grayscale: #C9C9C9. Windows color (decimal): -7610115 or 16638091. OLE color: 16638091.

HSL color Cylindrical-coordinate representation of color #8BE0FD: hue angle of 195.26º 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 #8BE0FD is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 139 224 253 -
CMYK 0.45 0.11 0 0.01
HSL 195.26º 0.97% 0.77% -
HSV(B) 195.26º 0.45% 0.99% -
XYZ 55.03 65.89 102.75 -
YUV 201.89 156.84 83.14 -
System Red Green Blue C M Y K H S L
Decimal 139 224 253 0.45 0.11 0 0.01 195.26 0.97 0.77
Hex 8B E0 FD 2D B 0 1 C3 61 4D
Octal 213 340 375 55 13 0 1 303 141 115
Binary 10001011 11100000 11111101 101101 1011 0 1 11000011 1100001 1001101

Color Harmonies of #8BE0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE0FD

Black with #8BE0FD

Text Example


Text Example

White with #8BE0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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