Html Css Color HEX #9BBEE8 Sail

📋 copy color: '#9BBEE8'

red 155 ◦ green 190 ◦ blue 232

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

Shades of Sail #9BBEE8

Tints of Sail #9BBEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.21%

R = 26.86%
G = 32.93%
B = 40.21%

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

#9BBEE8 (or 0x9BBEE8) is known color: Sail. HEX triplet: 9B, BE and E8. RGB value is (155,190,232). Sum of RGB (Red+Green+Blue) = 155+190+232=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 232 - color contains mainly: blue. Hex color #9BBEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBEE8 is #644117. Grayscale: #B8B8B8. Windows color (decimal): -6570264 or 15253147. OLE color: 15253147.

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

Color convert

RGB 155 190 232 -
CMYK 0.33 0.18 0 0.09
HSL 212.73º 0.63% 0.76% -
HSV(B) 212.73º 0.33% 0.91% -
XYZ 46.5 49.62 83.47 -
YUV 184.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 155 190 232 0.33 0.18 0 0.09 212.73 0.63 0.76
Hex 9B BE E8 21 12 0 9 D5 3F 4C
Octal 233 276 350 41 22 0 11 325 77 114
Binary 10011011 10111110 11101000 100001 10010 0 1001 11010101 111111 1001100

Color Harmonies of #9BBEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBEE8

Black with #9BBEE8

Text Example


Text Example

White with #9BBEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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