Html Css Color HEX #9BB5FD Perano

📋 copy color: '#9BB5FD'

red 155 ◦ green 181 ◦ blue 253

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

Shades of Perano #9BB5FD

Tints of Perano #9BB5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.95%

R = 26.32%
G = 30.73%
B = 42.95%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9BB5FD (or 0x9BB5FD) is known color: Perano. HEX triplet: 9B, B5 and FD. RGB value is (155,181,253). Sum of RGB (Red+Green+Blue) = 155+181+253=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BB5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB5FD is #644A02. Grayscale: #B5B5B5. Windows color (decimal): -6572547 or 16627099. OLE color: 16627099.

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

Color convert

RGB 155 181 253 -
CMYK 0.39 0.28 0 0.01
HSL 224.08º 0.96% 0.8% -
HSV(B) 224.08º 0.39% 0.99% -
XYZ 47.77 47.11 99.5 -
YUV 181.43 168.39 109.15 -
System Red Green Blue C M Y K H S L
Decimal 155 181 253 0.39 0.28 0 0.01 224.08 0.96 0.8
Hex 9B B5 FD 27 1C 0 1 E0 60 50
Octal 233 265 375 47 34 0 1 340 140 120
Binary 10011011 10110101 11111101 100111 11100 0 1 11100000 1100000 1010000

Color Harmonies of #9BB5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB5FD

Black with #9BB5FD

Text Example


Text Example

White with #9BB5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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