Html Css Color HEX #9BBAF8 Perano

📋 copy color: '#9BBAF8'

red 155 ◦ green 186 ◦ blue 248

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

Shades of Perano #9BBAF8

Tints of Perano #9BBAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.11%

R = 26.32%
G = 31.58%
B = 42.11%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9BBAF8 (or 0x9BBAF8) is known color: Perano. HEX triplet: 9B, BA and F8. RGB value is (155,186,248). Sum of RGB (Red+Green+Blue) = 155+186+248=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #9BBAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBAF8 is #644507. Grayscale: #B7B7B7. Windows color (decimal): -6571272 or 16300699. OLE color: 16300699.

HSL color Cylindrical-coordinate representation of color #9BBAF8: hue angle of 220º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BBAF8 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 155 186 248 -
CMYK 0.38 0.25 0 0.03
HSL 220º 0.87% 0.79% -
HSV(B) 220º 0.38% 0.97% -
XYZ 48.02 48.86 95.71 -
YUV 183.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 155 186 248 0.38 0.25 0 0.03 220 0.87 0.79
Hex 9B BA F8 26 19 0 3 DC 57 4F
Octal 233 272 370 46 31 0 3 334 127 117
Binary 10011011 10111010 11111000 100110 11001 0 11 11011100 1010111 1001111

Color Harmonies of #9BBAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBAF8

Black with #9BBAF8

Text Example


Text Example

White with #9BBAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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