Html Css Color HEX #9BC2EE Sail

📋 copy color: '#9BC2EE'

red 155 ◦ green 194 ◦ blue 238

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

Shades of Sail #9BC2EE

Tints of Sail #9BC2EE

RGB

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

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

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

R = 26.41%
G = 33.05%
B = 40.55%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BC2EE (or 0x9BC2EE) is known color: Sail. HEX triplet: 9B, C2 and EE. RGB value is (155,194,238). Sum of RGB (Red+Green+Blue) = 155+194+238=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BC2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC2EE is #643D11. Grayscale: #BBBBBB. Windows color (decimal): -6569234 or 15647387. OLE color: 15647387.

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

Color convert

RGB 155 194 238 -
CMYK 0.35 0.18 0 0.07
HSL 211.81º 0.71% 0.77% -
HSV(B) 211.81º 0.35% 0.93% -
XYZ 48.24 51.73 88.33 -
YUV 187.36 156.58 104.92 -
System Red Green Blue C M Y K H S L
Decimal 155 194 238 0.35 0.18 0 0.07 211.81 0.71 0.77
Hex 9B C2 EE 23 12 0 7 D4 47 4D
Octal 233 302 356 43 22 0 7 324 107 115
Binary 10011011 11000010 11101110 100011 10010 0 111 11010100 1000111 1001101

Color Harmonies of #9BC2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC2EE

Black with #9BC2EE

Text Example


Text Example

White with #9BC2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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