Html Css Color HEX #9BBBEE Perano

📋 copy color: '#9BBBEE'

red 155 ◦ green 187 ◦ blue 238

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

Shades of Perano #9BBBEE

Tints of Perano #9BBBEE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.24%

 BLUE value IS 238 (93.36% from 255) = 41.03%

R = 26.72%
G = 32.24%
B = 41.03%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BBBEE (or 0x9BBBEE) is known color: Perano. HEX triplet: 9B, BB and EE. RGB value is (155,187,238). Sum of RGB (Red+Green+Blue) = 155+187+238=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BBBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBBEE is #644411. Grayscale: #B7B7B7. Windows color (decimal): -6571026 or 15645595. OLE color: 15645595.

HSL color Cylindrical-coordinate representation of color #9BBBEE: hue angle of 216.87º degrees, saturation: 0.71, 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 #9BBBEE is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 187 238 -
CMYK 0.35 0.21 0 0.07
HSL 216.87º 0.71% 0.77% -
HSV(B) 216.87º 0.35% 0.93% -
XYZ 46.72 48.68 87.82 -
YUV 183.25 158.9 107.85 -
System Red Green Blue C M Y K H S L
Decimal 155 187 238 0.35 0.21 0 0.07 216.87 0.71 0.77
Hex 9B BB EE 23 15 0 7 D9 47 4D
Octal 233 273 356 43 25 0 7 331 107 115
Binary 10011011 10111011 11101110 100011 10101 0 111 11011001 1000111 1001101

Color Harmonies of #9BBBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBBEE

Black with #9BBBEE

Text Example


Text Example

White with #9BBBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,187,238); }

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

background-color css

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

 a { background-color: rgb(155,187,238); }

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

border-color css

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

 span { border-color: rgb(155,187,238); }

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