Html Css Color HEX #9BB5ED Perano

📋 copy color: '#9BB5ED'

red 155 ◦ green 181 ◦ blue 237

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

Shades of Perano #9BB5ED

Tints of Perano #9BB5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.36%

R = 27.05%
G = 31.59%
B = 41.36%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BB5ED (or 0x9BB5ED) is known color: Perano. HEX triplet: 9B, B5 and ED. RGB value is (155,181,237). Sum of RGB (Red+Green+Blue) = 155+181+237=573 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.05% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BB5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB5ED is #644A12. Grayscale: #B3B3B3. Windows color (decimal): -6572563 or 15578523. OLE color: 15578523.

HSL color Cylindrical-coordinate representation of color #9BB5ED: hue angle of 220.98º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BB5ED is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 181 237 -
CMYK 0.35 0.24 0 0.07
HSL 220.98º 0.69% 0.77% -
HSV(B) 220.98º 0.35% 0.93% -
XYZ 45.33 46.13 86.64 -
YUV 179.61 160.39 110.45 -
System Red Green Blue C M Y K H S L
Decimal 155 181 237 0.35 0.24 0 0.07 220.98 0.69 0.77
Hex 9B B5 ED 23 18 0 7 DD 45 4D
Octal 233 265 355 43 30 0 7 335 105 115
Binary 10011011 10110101 11101101 100011 11000 0 111 11011101 1000101 1001101

Color Harmonies of #9BB5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB5ED

Black with #9BB5ED

Text Example


Text Example

White with #9BB5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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