Html Css Color HEX #9BC2EA Sail

📋 copy color: '#9BC2EA'

red 155 ◦ green 194 ◦ blue 234

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

Shades of Sail #9BC2EA

Tints of Sail #9BC2EA

RGB

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

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

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

R = 26.59%
G = 33.28%
B = 40.14%

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

#9BC2EA (or 0x9BC2EA) is known color: Sail. HEX triplet: 9B, C2 and EA. RGB value is (155,194,234). Sum of RGB (Red+Green+Blue) = 155+194+234=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BC2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC2EA is #643D15. Grayscale: #BABABA. Windows color (decimal): -6569238 or 15385243. OLE color: 15385243.

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

Color convert

RGB 155 194 234 -
CMYK 0.34 0.17 0 0.08
HSL 210.38º 0.65% 0.76% -
HSV(B) 210.38º 0.34% 0.92% -
XYZ 47.66 51.49 85.27 -
YUV 186.9 154.58 105.25 -
System Red Green Blue C M Y K H S L
Decimal 155 194 234 0.34 0.17 0 0.08 210.38 0.65 0.76
Hex 9B C2 EA 22 11 0 8 D2 41 4C
Octal 233 302 352 42 21 0 10 322 101 114
Binary 10011011 11000010 11101010 100010 10001 0 1000 11010010 1000001 1001100

Color Harmonies of #9BC2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC2EA

Black with #9BC2EA

Text Example


Text Example

White with #9BC2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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