Html Css Color HEX #9BC2EB Sail

📋 copy color: '#9BC2EB'

red 155 ◦ green 194 ◦ blue 235

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

Shades of Sail #9BC2EB

Tints of Sail #9BC2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.22%

 BLUE value IS 235 (92.19% from 255) = 40.24%

R = 26.54%
G = 33.22%
B = 40.24%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BC2EB (or 0x9BC2EB) is known color: Sail. HEX triplet: 9B, C2 and EB. RGB value is (155,194,235). Sum of RGB (Red+Green+Blue) = 155+194+235=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BC2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC2EB is #643D14. Grayscale: #BABABA. Windows color (decimal): -6569237 or 15450779. OLE color: 15450779.

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

Color convert

RGB 155 194 235 -
CMYK 0.34 0.17 0 0.08
HSL 210.75º 0.67% 0.76% -
HSV(B) 210.75º 0.34% 0.92% -
XYZ 47.8 51.55 86.03 -
YUV 187.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 155 194 235 0.34 0.17 0 0.08 210.75 0.67 0.76
Hex 9B C2 EB 22 11 0 8 D3 43 4C
Octal 233 302 353 42 21 0 10 323 103 114
Binary 10011011 11000010 11101011 100010 10001 0 1000 11010011 1000011 1001100

Color Harmonies of #9BC2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC2EB

Black with #9BC2EB

Text Example


Text Example

White with #9BC2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,194,235); }

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

background-color css

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

 a { background-color: rgb(155,194,235); }

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

border-color css

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

 span { border-color: rgb(155,194,235); }

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