Html Css Color HEX #9BBBED Perano

📋 copy color: '#9BBBED'

red 155 ◦ green 187 ◦ blue 237

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

Shades of Perano #9BBBED

Tints of Perano #9BBBED

RGB

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

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

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

R = 26.77%
G = 32.3%
B = 40.93%

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

#9BBBED (or 0x9BBBED) is known color: Perano. HEX triplet: 9B, BB and ED. RGB value is (155,187,237). Sum of RGB (Red+Green+Blue) = 155+187+237=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BBBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBBED is #644412. Grayscale: #B6B6B6. Windows color (decimal): -6571027 or 15580059. OLE color: 15580059.

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

Color convert

RGB 155 187 237 -
CMYK 0.35 0.21 0 0.07
HSL 216.59º 0.69% 0.77% -
HSV(B) 216.59º 0.35% 0.93% -
XYZ 46.57 48.62 87.05 -
YUV 183.13 158.4 107.93 -
System Red Green Blue C M Y K H S L
Decimal 155 187 237 0.35 0.21 0 0.07 216.59 0.69 0.77
Hex 9B BB ED 23 15 0 7 D9 45 4D
Octal 233 273 355 43 25 0 7 331 105 115
Binary 10011011 10111011 11101101 100011 10101 0 111 11011001 1000101 1001101

Color Harmonies of #9BBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBBED

Black with #9BBBED

Text Example


Text Example

White with #9BBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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