Html Css Color HEX #9BB5FA Perano

📋 copy color: '#9BB5FA'

red 155 ◦ green 181 ◦ blue 250

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

Shades of Perano #9BB5FA

Tints of Perano #9BB5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.89%

 BLUE value IS 250 (98.05% from 255) = 42.66%

R = 26.45%
G = 30.89%
B = 42.66%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9BB5FA (or 0x9BB5FA) is known color: Perano. HEX triplet: 9B, B5 and FA. RGB value is (155,181,250). Sum of RGB (Red+Green+Blue) = 155+181+250=586 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.45% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #9BB5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB5FA is #644A05. Grayscale: #B4B4B4. Windows color (decimal): -6572550 or 16430491. OLE color: 16430491.

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

Color convert

RGB 155 181 250 -
CMYK 0.38 0.28 0 0.02
HSL 223.58º 0.9% 0.79% -
HSV(B) 223.58º 0.38% 0.98% -
XYZ 47.3 46.92 97.01 -
YUV 181.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 155 181 250 0.38 0.28 0 0.02 223.58 0.9 0.79
Hex 9B B5 FA 26 1C 0 2 E0 5A 4F
Octal 233 265 372 46 34 0 2 340 132 117
Binary 10011011 10110101 11111010 100110 11100 0 10 11100000 1011010 1001111

Color Harmonies of #9BB5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB5FA

Black with #9BB5FA

Text Example


Text Example

White with #9BB5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,181,250); }

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

background-color css

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

 a { background-color: rgb(155,181,250); }

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

border-color css

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

 span { border-color: rgb(155,181,250); }

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