Html Css Color HEX #9BB4F9 Perano

📋 copy color: '#9BB4F9'

red 155 ◦ green 180 ◦ blue 249

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

Shades of Perano #9BB4F9

Tints of Perano #9BB4F9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.82%

 BLUE value IS 249 (97.66% from 255) = 42.64%

R = 26.54%
G = 30.82%
B = 42.64%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9BB4F9 (or 0x9BB4F9) is known color: Perano. HEX triplet: 9B, B4 and F9. RGB value is (155,180,249). Sum of RGB (Red+Green+Blue) = 155+180+249=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #9BB4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB4F9 is #644B06. Grayscale: #B4B4B4. Windows color (decimal): -6572807 or 16364699. OLE color: 16364699.

HSL color Cylindrical-coordinate representation of color #9BB4F9: hue angle of 224.04º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BB4F9 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 180 249 -
CMYK 0.38 0.28 0 0.02
HSL 224.04º 0.89% 0.79% -
HSV(B) 224.04º 0.38% 0.98% -
XYZ 46.94 46.45 96.11 -
YUV 180.39 166.72 109.89 -
System Red Green Blue C M Y K H S L
Decimal 155 180 249 0.38 0.28 0 0.02 224.04 0.89 0.79
Hex 9B B4 F9 26 1C 0 2 E0 59 4F
Octal 233 264 371 46 34 0 2 340 131 117
Binary 10011011 10110100 11111001 100110 11100 0 10 11100000 1011001 1001111

Color Harmonies of #9BB4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB4F9

Black with #9BB4F9

Text Example


Text Example

White with #9BB4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,180,249); }

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

background-color css

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

 a { background-color: rgb(155,180,249); }

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

border-color css

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

 span { border-color: rgb(155,180,249); }

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