Html Css Color HEX #9BB3EC Perano

📋 copy color: '#9BB3EC'

red 155 ◦ green 179 ◦ blue 236

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

Shades of Perano #9BB3EC

Tints of Perano #9BB3EC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.4%

 BLUE value IS 236 (92.58% from 255) = 41.4%

R = 27.19%
G = 31.4%
B = 41.4%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BB3EC (or 0x9BB3EC) is known color: Perano. HEX triplet: 9B, B3 and EC. RGB value is (155,179,236). Sum of RGB (Red+Green+Blue) = 155+179+236=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BB3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB3EC is #644C13. Grayscale: #B2B2B2. Windows color (decimal): -6573076 or 15512475. OLE color: 15512475.

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

Color convert

RGB 155 179 236 -
CMYK 0.34 0.24 0 0.07
HSL 222.22º 0.68% 0.77% -
HSV(B) 222.22º 0.34% 0.93% -
XYZ 44.78 45.26 85.73 -
YUV 178.32 160.55 111.37 -
System Red Green Blue C M Y K H S L
Decimal 155 179 236 0.34 0.24 0 0.07 222.22 0.68 0.77
Hex 9B B3 EC 22 18 0 7 DE 44 4D
Octal 233 263 354 42 30 0 7 336 104 115
Binary 10011011 10110011 11101100 100010 11000 0 111 11011110 1000100 1001101

Color Harmonies of #9BB3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB3EC

Black with #9BB3EC

Text Example


Text Example

White with #9BB3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,179,236); }

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

background-color css

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

 a { background-color: rgb(155,179,236); }

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

border-color css

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

 span { border-color: rgb(155,179,236); }

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