Html Css Color HEX #9BC0EA Sail

📋 copy color: '#9BC0EA'

red 155 ◦ green 192 ◦ blue 234

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

Shades of Sail #9BC0EA

Tints of Sail #9BC0EA

RGB

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

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

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

R = 26.68%
G = 33.05%
B = 40.28%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BC0EA (or 0x9BC0EA) is known color: Sail. HEX triplet: 9B, C0 and EA. RGB value is (155,192,234). Sum of RGB (Red+Green+Blue) = 155+192+234=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BC0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC0EA is #643F15. Grayscale: #B9B9B9. Windows color (decimal): -6569750 or 15384731. OLE color: 15384731.

HSL color Cylindrical-coordinate representation of color #9BC0EA: hue angle of 211.9º 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 #9BC0EA is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 192 234 -
CMYK 0.34 0.18 0 0.08
HSL 211.9º 0.65% 0.76% -
HSV(B) 211.9º 0.34% 0.92% -
XYZ 47.22 50.61 85.12 -
YUV 185.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 155 192 234 0.34 0.18 0 0.08 211.9 0.65 0.76
Hex 9B C0 EA 22 12 0 8 D4 41 4C
Octal 233 300 352 42 22 0 10 324 101 114
Binary 10011011 11000000 11101010 100010 10010 0 1000 11010100 1000001 1001100

Color Harmonies of #9BC0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC0EA

Black with #9BC0EA

Text Example


Text Example

White with #9BC0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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