Html Css Color HEX #9BBEE6 Sail

📋 copy color: '#9BBEE6'

red 155 ◦ green 190 ◦ blue 230

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

Shades of Sail #9BBEE6

Tints of Sail #9BBEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40%

R = 26.96%
G = 33.04%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9BBEE6 (or 0x9BBEE6) is known color: Sail. HEX triplet: 9B, BE and E6. RGB value is (155,190,230). Sum of RGB (Red+Green+Blue) = 155+190+230=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 230 - color contains mainly: blue. Hex color #9BBEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBEE6 is #644119. Grayscale: #B7B7B7. Windows color (decimal): -6570266 or 15122075. OLE color: 15122075.

HSL color Cylindrical-coordinate representation of color #9BBEE6: hue angle of 212º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BBEE6 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 190 230 -
CMYK 0.33 0.17 0 0.10
HSL 212º 0.6% 0.75% -
HSV(B) 212º 0.33% 0.9% -
XYZ 46.21 49.51 81.98 -
YUV 184.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 155 190 230 0.33 0.17 0 0.10 212 0.6 0.75
Hex 9B BE E6 21 11 0 A D4 3C 4B
Octal 233 276 346 41 21 0 12 324 74 113
Binary 10011011 10111110 11100110 100001 10001 0 1010 11010100 111100 1001011

Color Harmonies of #9BBEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBEE6

Black with #9BBEE6

Text Example


Text Example

White with #9BBEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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