Html Css Color HEX #9BC7EC Sail

📋 copy color: '#9BC7EC'

red 155 ◦ green 199 ◦ blue 236

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

Shades of Sail #9BC7EC

Tints of Sail #9BC7EC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.73%

 BLUE value IS 236 (92.58% from 255) = 40%

R = 26.27%
G = 33.73%
B = 40%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BC7EC (or 0x9BC7EC) is known color: Sail. HEX triplet: 9B, C7 and EC. RGB value is (155,199,236). Sum of RGB (Red+Green+Blue) = 155+199+236=590 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.27% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BC7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC7EC is #643813. Grayscale: #BDBDBD. Windows color (decimal): -6567956 or 15517595. OLE color: 15517595.

HSL color Cylindrical-coordinate representation of color #9BC7EC: hue angle of 207.41º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BC7EC is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 199 236 -
CMYK 0.34 0.16 0 0.07
HSL 207.41º 0.68% 0.77% -
HSV(B) 207.41º 0.34% 0.93% -
XYZ 49.08 53.87 87.17 -
YUV 190.06 153.92 102.99 -
System Red Green Blue C M Y K H S L
Decimal 155 199 236 0.34 0.16 0 0.07 207.41 0.68 0.77
Hex 9B C7 EC 22 10 0 7 CF 44 4D
Octal 233 307 354 42 20 0 7 317 104 115
Binary 10011011 11000111 11101100 100010 10000 0 111 11001111 1000100 1001101

Color Harmonies of #9BC7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC7EC

Black with #9BC7EC

Text Example


Text Example

White with #9BC7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,199,236); }

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

background-color css

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

 a { background-color: rgb(155,199,236); }

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

border-color css

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

 span { border-color: rgb(155,199,236); }

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