Html Css Color HEX #9BC0EE Sail

📋 copy color: '#9BC0EE'

red 155 ◦ green 192 ◦ blue 238

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

Shades of Sail #9BC0EE

Tints of Sail #9BC0EE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.82%

 BLUE value IS 238 (93.36% from 255) = 40.68%

R = 26.5%
G = 32.82%
B = 40.68%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BC0EE (or 0x9BC0EE) is known color: Sail. HEX triplet: 9B, C0 and EE. RGB value is (155,192,238). Sum of RGB (Red+Green+Blue) = 155+192+238=585 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.50% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BC0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC0EE is #643F11. Grayscale: #B9B9B9. Windows color (decimal): -6569746 or 15646875. OLE color: 15646875.

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

Color convert

RGB 155 192 238 -
CMYK 0.35 0.19 0 0.07
HSL 213.25º 0.71% 0.77% -
HSV(B) 213.25º 0.35% 0.93% -
XYZ 47.8 50.84 88.18 -
YUV 186.18 157.24 105.76 -
System Red Green Blue C M Y K H S L
Decimal 155 192 238 0.35 0.19 0 0.07 213.25 0.71 0.77
Hex 9B C0 EE 23 13 0 7 D5 47 4D
Octal 233 300 356 43 23 0 7 325 107 115
Binary 10011011 11000000 11101110 100011 10011 0 111 11010101 1000111 1001101

Color Harmonies of #9BC0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC0EE

Black with #9BC0EE

Text Example


Text Example

White with #9BC0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,192,238); }

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

background-color css

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

 a { background-color: rgb(155,192,238); }

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

border-color css

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

 span { border-color: rgb(155,192,238); }

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