Html Css Color HEX #9BB8F6 Perano

📋 copy color: '#9BB8F6'

red 155 ◦ green 184 ◦ blue 246

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

Shades of Perano #9BB8F6

Tints of Perano #9BB8F6

RGB

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

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

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

R = 26.5%
G = 31.45%
B = 42.05%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9BB8F6 (or 0x9BB8F6) is known color: Perano. HEX triplet: 9B, B8 and F6. RGB value is (155,184,246). Sum of RGB (Red+Green+Blue) = 155+184+246=585 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.50% from 585); Green value is 184 (72.27% from 255 or 31.45% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #9BB8F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB8F6 is #644709. Grayscale: #B6B6B6. Windows color (decimal): -6571786 or 16169115. OLE color: 16169115.

HSL color Cylindrical-coordinate representation of color #9BB8F6: hue angle of 220.88º 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 #9BB8F6 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 184 246 -
CMYK 0.37 0.25 0 0.04
HSL 220.88º 0.83% 0.79% -
HSV(B) 220.88º 0.37% 0.96% -
XYZ 47.29 47.9 93.94 -
YUV 182.4 163.89 108.46 -
System Red Green Blue C M Y K H S L
Decimal 155 184 246 0.37 0.25 0 0.04 220.88 0.83 0.79
Hex 9B B8 F6 25 19 0 4 DD 53 4F
Octal 233 270 366 45 31 0 4 335 123 117
Binary 10011011 10111000 11110110 100101 11001 0 100 11011101 1010011 1001111

Color Harmonies of #9BB8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB8F6

Black with #9BB8F6

Text Example


Text Example

White with #9BB8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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