Html Css Color HEX #9BB5EF Perano

📋 copy color: '#9BB5EF'

red 155 ◦ green 181 ◦ blue 239

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

Shades of Perano #9BB5EF

Tints of Perano #9BB5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.57%

R = 26.96%
G = 31.48%
B = 41.57%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9BB5EF (or 0x9BB5EF) is known color: Perano. HEX triplet: 9B, B5 and EF. RGB value is (155,181,239). Sum of RGB (Red+Green+Blue) = 155+181+239=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BB5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB5EF is #644A10. Grayscale: #B3B3B3. Windows color (decimal): -6572561 or 15709595. OLE color: 15709595.

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

Color convert

RGB 155 181 239 -
CMYK 0.35 0.24 0 0.06
HSL 221.43º 0.72% 0.77% -
HSV(B) 221.43º 0.35% 0.94% -
XYZ 45.62 46.25 88.18 -
YUV 179.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 155 181 239 0.35 0.24 0 0.06 221.43 0.72 0.77
Hex 9B B5 EF 23 18 0 6 DD 48 4D
Octal 233 265 357 43 30 0 6 335 110 115
Binary 10011011 10110101 11101111 100011 11000 0 110 11011101 1001000 1001101

Color Harmonies of #9BB5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB5EF

Black with #9BB5EF

Text Example


Text Example

White with #9BB5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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