Html Css Color HEX #9BBCFB Perano

📋 copy color: '#9BBCFB'

red 155 ◦ green 188 ◦ blue 251

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

Shades of Perano #9BBCFB

Tints of Perano #9BBCFB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.65%

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

R = 26.09%
G = 31.65%
B = 42.26%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9BBCFB (or 0x9BBCFB) is known color: Perano. HEX triplet: 9B, BC and FB. RGB value is (155,188,251). Sum of RGB (Red+Green+Blue) = 155+188+251=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BBCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBCFB is #644304. Grayscale: #B9B9B9. Windows color (decimal): -6570757 or 16497819. OLE color: 16497819.

HSL color Cylindrical-coordinate representation of color #9BBCFB: hue angle of 219.38º 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 #9BBCFB is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 188 251 -
CMYK 0.38 0.25 0 0.02
HSL 219.38º 0.92% 0.8% -
HSV(B) 219.38º 0.38% 0.98% -
XYZ 48.91 49.9 98.32 -
YUV 185.32 165.07 106.38 -
System Red Green Blue C M Y K H S L
Decimal 155 188 251 0.38 0.25 0 0.02 219.38 0.92 0.8
Hex 9B BC FB 26 19 0 2 DB 5C 50
Octal 233 274 373 46 31 0 2 333 134 120
Binary 10011011 10111100 11111011 100110 11001 0 10 11011011 1011100 1010000

Color Harmonies of #9BBCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBCFB

Black with #9BBCFB

Text Example


Text Example

White with #9BBCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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