Html Css Color HEX #9BB8EC Perano

📋 copy color: '#9BB8EC'

red 155 ◦ green 184 ◦ blue 236

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

Shades of Perano #9BB8EC

Tints of Perano #9BB8EC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32%

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

R = 26.96%
G = 32%
B = 41.04%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BB8EC (or 0x9BB8EC) is known color: Perano. HEX triplet: 9B, B8 and EC. RGB value is (155,184,236). Sum of RGB (Red+Green+Blue) = 155+184+236=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BB8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB8EC is #644713. Grayscale: #B5B5B5. Windows color (decimal): -6571796 or 15513755. OLE color: 15513755.

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

Color convert

RGB 155 184 236 -
CMYK 0.34 0.22 0 0.07
HSL 218.52º 0.68% 0.77% -
HSV(B) 218.52º 0.34% 0.93% -
XYZ 45.8 47.31 86.07 -
YUV 181.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 155 184 236 0.34 0.22 0 0.07 218.52 0.68 0.77
Hex 9B B8 EC 22 16 0 7 DB 44 4D
Octal 233 270 354 42 26 0 7 333 104 115
Binary 10011011 10111000 11101100 100010 10110 0 111 11011011 1000100 1001101

Color Harmonies of #9BB8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB8EC

Black with #9BB8EC

Text Example


Text Example

White with #9BB8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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