Html Css Color HEX #9BE5FC Columbia Blue

📋 copy color: '#9BE5FC'

red 155 ◦ green 229 ◦ blue 252

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

Shades of Columbia Blue #9BE5FC

Tints of Columbia Blue #9BE5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.62%

R = 24.37%
G = 36.01%
B = 39.62%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9BE5FC (or 0x9BE5FC) is known color: Columbia Blue. HEX triplet: 9B, E5 and FC. RGB value is (155,229,252). Sum of RGB (Red+Green+Blue) = 155+229+252=636 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.37% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BE5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE5FC is #641A03. Grayscale: #D1D1D1. Windows color (decimal): -6560260 or 16573851. OLE color: 16573851.

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

Color convert

RGB 155 229 252 -
CMYK 0.38 0.09 0 0.01
HSL 194.23º 0.94% 0.8% -
HSV(B) 194.23º 0.38% 0.99% -
XYZ 59.11 70.04 102.5 -
YUV 209.5 151.98 89.13 -
System Red Green Blue C M Y K H S L
Decimal 155 229 252 0.38 0.09 0 0.01 194.23 0.94 0.8
Hex 9B E5 FC 26 9 0 1 C2 5E 50
Octal 233 345 374 46 11 0 1 302 136 120
Binary 10011011 11100101 11111100 100110 1001 0 1 11000010 1011110 1010000

Color Harmonies of #9BE5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE5FC

Black with #9BE5FC

Text Example


Text Example

White with #9BE5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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