Html Css Color HEX #9BB0F3 Perano

📋 copy color: '#9BB0F3'

red 155 ◦ green 176 ◦ blue 243

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

Shades of Perano #9BB0F3

Tints of Perano #9BB0F3

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.66%

 BLUE value IS 243 (95.31% from 255) = 42.33%

R = 27%
G = 30.66%
B = 42.33%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9BB0F3 (or 0x9BB0F3) is known color: Perano. HEX triplet: 9B, B0 and F3. RGB value is (155,176,243). Sum of RGB (Red+Green+Blue) = 155+176+243=574 (76% of max value = 765). Red value is 155 (60.94% from 255 or 27.00% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 243 - color contains mainly: blue. Hex color #9BB0F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BB0F3 is #644F0C. Grayscale: #B1B1B1. Windows color (decimal): -6573837 or 15970459. OLE color: 15970459.

HSL color Cylindrical-coordinate representation of color #9BB0F3: hue angle of 225.68º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BB0F3 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 176 243 -
CMYK 0.36 0.28 0 0.05
HSL 225.68º 0.79% 0.78% -
HSV(B) 225.68º 0.36% 0.95% -
XYZ 45.22 44.49 91 -
YUV 177.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 155 176 243 0.36 0.28 0 0.05 225.68 0.79 0.78
Hex 9B B0 F3 24 1C 0 5 E2 4F 4E
Octal 233 260 363 44 34 0 5 342 117 116
Binary 10011011 10110000 11110011 100100 11100 0 101 11100010 1001111 1001110

Color Harmonies of #9BB0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB0F3

Black with #9BB0F3

Text Example


Text Example

White with #9BB0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,176,243); }

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

background-color css

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

 a { background-color: rgb(155,176,243); }

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

border-color css

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

 span { border-color: rgb(155,176,243); }

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