Html Css Color HEX #9BBBFB Perano

📋 copy color: '#9BBBFB'

red 155 ◦ green 187 ◦ blue 251

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

Shades of Perano #9BBBFB

Tints of Perano #9BBBFB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.53%

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

R = 26.14%
G = 31.53%
B = 42.33%

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

#9BBBFB (or 0x9BBBFB) is known color: Perano. HEX triplet: 9B, BB and FB. RGB value is (155,187,251). Sum of RGB (Red+Green+Blue) = 155+187+251=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BBBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBBFB is #644404. Grayscale: #B8B8B8. Windows color (decimal): -6571013 or 16497563. OLE color: 16497563.

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

Color convert

RGB 155 187 251 -
CMYK 0.38 0.25 0 0.02
HSL 220º 0.92% 0.8% -
HSV(B) 220º 0.38% 0.98% -
XYZ 48.7 49.47 98.25 -
YUV 184.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 155 187 251 0.38 0.25 0 0.02 220 0.92 0.8
Hex 9B BB FB 26 19 0 2 DC 5C 50
Octal 233 273 373 46 31 0 2 334 134 120
Binary 10011011 10111011 11111011 100110 11001 0 10 11011100 1011100 1010000

Color Harmonies of #9BBBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBBFB

Black with #9BBBFB

Text Example


Text Example

White with #9BBBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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