Html Css Color HEX #9BBCF6 Perano

📋 copy color: '#9BBCF6'

red 155 ◦ green 188 ◦ blue 246

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

Shades of Perano #9BBCF6

Tints of Perano #9BBCF6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.92%

 BLUE value IS 246 (96.48% from 255) = 41.77%

R = 26.32%
G = 31.92%
B = 41.77%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9BBCF6 (or 0x9BBCF6) is known color: Perano. HEX triplet: 9B, BC and F6. RGB value is (155,188,246). Sum of RGB (Red+Green+Blue) = 155+188+246=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #9BBCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBCF6 is #644309. Grayscale: #B8B8B8. Windows color (decimal): -6570762 or 16170139. OLE color: 16170139.

HSL color Cylindrical-coordinate representation of color #9BBCF6: hue angle of 218.24º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BBCF6 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 188 246 -
CMYK 0.37 0.24 0 0.04
HSL 218.24º 0.83% 0.79% -
HSV(B) 218.24º 0.37% 0.96% -
XYZ 48.14 49.59 94.22 -
YUV 184.75 162.57 106.78 -
System Red Green Blue C M Y K H S L
Decimal 155 188 246 0.37 0.24 0 0.04 218.24 0.83 0.79
Hex 9B BC F6 25 18 0 4 DA 53 4F
Octal 233 274 366 45 30 0 4 332 123 117
Binary 10011011 10111100 11110110 100101 11000 0 100 11011010 1010011 1001111

Color Harmonies of #9BBCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBCF6

Black with #9BBCF6

Text Example


Text Example

White with #9BBCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,188,246); }

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

background-color css

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

 a { background-color: rgb(155,188,246); }

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

border-color css

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

 span { border-color: rgb(155,188,246); }

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