Html Css Color HEX #9BB4E9 Perano

📋 copy color: '#9BB4E9'

red 155 ◦ green 180 ◦ blue 233

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

Shades of Perano #9BB4E9

Tints of Perano #9BB4E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.02%

R = 27.29%
G = 31.69%
B = 41.02%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9BB4E9 (or 0x9BB4E9) is known color: Perano. HEX triplet: 9B, B4 and E9. RGB value is (155,180,233). Sum of RGB (Red+Green+Blue) = 155+180+233=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #9BB4E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB4E9 is #644B16. Grayscale: #B2B2B2. Windows color (decimal): -6572823 or 15316123. OLE color: 15316123.

HSL color Cylindrical-coordinate representation of color #9BB4E9: hue angle of 220.77º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BB4E9 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 155 180 233 -
CMYK 0.33 0.23 0 0.09
HSL 220.77º 0.64% 0.76% -
HSV(B) 220.77º 0.33% 0.91% -
XYZ 44.55 45.49 83.52 -
YUV 178.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 155 180 233 0.33 0.23 0 0.09 220.77 0.64 0.76
Hex 9B B4 E9 21 17 0 9 DD 40 4C
Octal 233 264 351 41 27 0 11 335 100 114
Binary 10011011 10110100 11101001 100001 10111 0 1001 11011101 1000000 1001100

Color Harmonies of #9BB4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB4E9

Black with #9BB4E9

Text Example


Text Example

White with #9BB4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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