Html Css Color HEX #9BBAED Perano

📋 copy color: '#9BBAED'

red 155 ◦ green 186 ◦ blue 237

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

Shades of Perano #9BBAED

Tints of Perano #9BBAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.18%

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

R = 26.82%
G = 32.18%
B = 41%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BBAED (or 0x9BBAED) is known color: Perano. HEX triplet: 9B, BA and ED. RGB value is (155,186,237). Sum of RGB (Red+Green+Blue) = 155+186+237=578 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.82% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BBAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBAED is #644512. Grayscale: #B6B6B6. Windows color (decimal): -6571283 or 15579803. OLE color: 15579803.

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

Color convert

RGB 155 186 237 -
CMYK 0.35 0.22 0 0.07
HSL 217.32º 0.69% 0.77% -
HSV(B) 217.32º 0.35% 0.93% -
XYZ 46.36 48.2 86.98 -
YUV 182.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 155 186 237 0.35 0.22 0 0.07 217.32 0.69 0.77
Hex 9B BA ED 23 16 0 7 D9 45 4D
Octal 233 272 355 43 26 0 7 331 105 115
Binary 10011011 10111010 11101101 100011 10110 0 111 11011001 1000101 1001101

Color Harmonies of #9BBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBAED

Black with #9BBAED

Text Example


Text Example

White with #9BBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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