Html Css Color HEX #9BC5F1 Sail

📋 copy color: '#9BC5F1'

red 155 ◦ green 197 ◦ blue 241

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

Shades of Sail #9BC5F1

Tints of Sail #9BC5F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.64%

R = 26.14%
G = 33.22%
B = 40.64%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9BC5F1 (or 0x9BC5F1) is known color: Sail. HEX triplet: 9B, C5 and F1. RGB value is (155,197,241). Sum of RGB (Red+Green+Blue) = 155+197+241=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BC5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC5F1 is #643A0E. Grayscale: #BDBDBD. Windows color (decimal): -6568463 or 15844763. OLE color: 15844763.

HSL color Cylindrical-coordinate representation of color #9BC5F1: hue angle of 210.7º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BC5F1 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 197 241 -
CMYK 0.36 0.18 0 0.05
HSL 210.7º 0.75% 0.78% -
HSV(B) 210.7º 0.36% 0.95% -
XYZ 49.36 53.25 90.9 -
YUV 189.46 157.09 103.42 -
System Red Green Blue C M Y K H S L
Decimal 155 197 241 0.36 0.18 0 0.05 210.7 0.75 0.78
Hex 9B C5 F1 24 12 0 5 D3 4B 4E
Octal 233 305 361 44 22 0 5 323 113 116
Binary 10011011 11000101 11110001 100100 10010 0 101 11010011 1001011 1001110

Color Harmonies of #9BC5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC5F1

Black with #9BC5F1

Text Example


Text Example

White with #9BC5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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