Html Css Color HEX #9BBEE7 Sail

📋 copy color: '#9BBEE7'

red 155 ◦ green 190 ◦ blue 231

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

Shades of Sail #9BBEE7

Tints of Sail #9BBEE7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.99%

 BLUE value IS 231 (90.63% from 255) = 40.1%

R = 26.91%
G = 32.99%
B = 40.1%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9BBEE7 (or 0x9BBEE7) is known color: Sail. HEX triplet: 9B, BE and E7. RGB value is (155,190,231). Sum of RGB (Red+Green+Blue) = 155+190+231=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 231 - color contains mainly: blue. Hex color #9BBEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBEE7 is #644118. Grayscale: #B8B8B8. Windows color (decimal): -6570265 or 15187611. OLE color: 15187611.

HSL color Cylindrical-coordinate representation of color #9BBEE7: hue angle of 212.37º degrees, saturation: 0.61, 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 #9BBEE7 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 155 190 231 -
CMYK 0.33 0.18 0 0.09
HSL 212.37º 0.61% 0.76% -
HSV(B) 212.37º 0.33% 0.91% -
XYZ 46.35 49.56 82.73 -
YUV 184.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 155 190 231 0.33 0.18 0 0.09 212.37 0.61 0.76
Hex 9B BE E7 21 12 0 9 D4 3D 4C
Octal 233 276 347 41 22 0 11 324 75 114
Binary 10011011 10111110 11100111 100001 10010 0 1001 11010100 111101 1001100

Color Harmonies of #9BBEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBEE7

Black with #9BBEE7

Text Example


Text Example

White with #9BBEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,190,231); }

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

background-color css

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

 a { background-color: rgb(155,190,231); }

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

border-color css

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

 span { border-color: rgb(155,190,231); }

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