Html Css Color HEX #9BC3EE Sail

📋 copy color: '#9BC3EE'

red 155 ◦ green 195 ◦ blue 238

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

Shades of Sail #9BC3EE

Tints of Sail #9BC3EE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.16%

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

R = 26.36%
G = 33.16%
B = 40.48%

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

#9BC3EE (or 0x9BC3EE) is known color: Sail. HEX triplet: 9B, C3 and EE. RGB value is (155,195,238). Sum of RGB (Red+Green+Blue) = 155+195+238=588 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.36% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BC3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC3EE is #643C11. Grayscale: #BBBBBB. Windows color (decimal): -6568978 or 15647643. OLE color: 15647643.

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

Color convert

RGB 155 195 238 -
CMYK 0.35 0.18 0 0.07
HSL 211.08º 0.71% 0.77% -
HSV(B) 211.08º 0.35% 0.93% -
XYZ 48.47 52.17 88.4 -
YUV 187.94 156.25 104.5 -
System Red Green Blue C M Y K H S L
Decimal 155 195 238 0.35 0.18 0 0.07 211.08 0.71 0.77
Hex 9B C3 EE 23 12 0 7 D3 47 4D
Octal 233 303 356 43 22 0 7 323 107 115
Binary 10011011 11000011 11101110 100011 10010 0 111 11010011 1000111 1001101

Color Harmonies of #9BC3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC3EE

Black with #9BC3EE

Text Example


Text Example

White with #9BC3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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