Html Css Color HEX #9BE5FB Columbia Blue

📋 copy color: '#9BE5FB'

red 155 ◦ green 229 ◦ blue 251

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

Shades of Columbia Blue #9BE5FB

Tints of Columbia Blue #9BE5FB

RGB

 RED value IS 155 (60.94% from 255) = 24.41%

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

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

R = 24.41%
G = 36.06%
B = 39.53%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9BE5FB (or 0x9BE5FB) is known color: Columbia Blue. HEX triplet: 9B, E5 and FB. RGB value is (155,229,251). Sum of RGB (Red+Green+Blue) = 155+229+251=635 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.41% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BE5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE5FB is #641A04. Grayscale: #D1D1D1. Windows color (decimal): -6560261 or 16508315. OLE color: 16508315.

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

Color convert

RGB 155 229 251 -
CMYK 0.38 0.09 0 0.02
HSL 193.75º 0.92% 0.8% -
HSV(B) 193.75º 0.38% 0.98% -
XYZ 58.95 69.97 101.67 -
YUV 209.38 151.48 89.21 -
System Red Green Blue C M Y K H S L
Decimal 155 229 251 0.38 0.09 0 0.02 193.75 0.92 0.8
Hex 9B E5 FB 26 9 0 2 C2 5C 50
Octal 233 345 373 46 11 0 2 302 134 120
Binary 10011011 11100101 11111011 100110 1001 0 10 11000010 1011100 1010000

Color Harmonies of #9BE5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE5FB

Black with #9BE5FB

Text Example


Text Example

White with #9BE5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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