Html Css Color HEX #9BC5EA Sail

📋 copy color: '#9BC5EA'

red 155 ◦ green 197 ◦ blue 234

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

Shades of Sail #9BC5EA

Tints of Sail #9BC5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.62%

 BLUE value IS 234 (91.8% from 255) = 39.93%

R = 26.45%
G = 33.62%
B = 39.93%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BC5EA (or 0x9BC5EA) is known color: Sail. HEX triplet: 9B, C5 and EA. RGB value is (155,197,234). Sum of RGB (Red+Green+Blue) = 155+197+234=586 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.45% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BC5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC5EA is #643A15. Grayscale: #BCBCBC. Windows color (decimal): -6568470 or 15386011. OLE color: 15386011.

HSL color Cylindrical-coordinate representation of color #9BC5EA: hue angle of 208.1º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BC5EA is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 197 234 -
CMYK 0.34 0.16 0 0.08
HSL 208.1º 0.65% 0.76% -
HSV(B) 208.1º 0.34% 0.92% -
XYZ 48.34 52.84 85.49 -
YUV 188.66 153.59 103.99 -
System Red Green Blue C M Y K H S L
Decimal 155 197 234 0.34 0.16 0 0.08 208.1 0.65 0.76
Hex 9B C5 EA 22 10 0 8 D0 41 4C
Octal 233 305 352 42 20 0 10 320 101 114
Binary 10011011 11000101 11101010 100010 10000 0 1000 11010000 1000001 1001100

Color Harmonies of #9BC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC5EA

Black with #9BC5EA

Text Example


Text Example

White with #9BC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,197,234); }

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

background-color css

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

 a { background-color: rgb(155,197,234); }

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

border-color css

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

 span { border-color: rgb(155,197,234); }

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