Html Css Color HEX #9BC4EE Sail

📋 copy color: '#9BC4EE'

red 155 ◦ green 196 ◦ blue 238

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

Shades of Sail #9BC4EE

Tints of Sail #9BC4EE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.28%

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

R = 26.32%
G = 33.28%
B = 40.41%

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

#9BC4EE (or 0x9BC4EE) is known color: Sail. HEX triplet: 9B, C4 and EE. RGB value is (155,196,238). Sum of RGB (Red+Green+Blue) = 155+196+238=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BC4EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC4EE is #643B11. Grayscale: #BCBCBC. Windows color (decimal): -6568722 or 15647899. OLE color: 15647899.

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

Color convert

RGB 155 196 238 -
CMYK 0.35 0.18 0 0.07
HSL 210.36º 0.71% 0.77% -
HSV(B) 210.36º 0.35% 0.93% -
XYZ 48.69 52.62 88.48 -
YUV 188.53 155.92 104.08 -
System Red Green Blue C M Y K H S L
Decimal 155 196 238 0.35 0.18 0 0.07 210.36 0.71 0.77
Hex 9B C4 EE 23 12 0 7 D2 47 4D
Octal 233 304 356 43 22 0 7 322 107 115
Binary 10011011 11000100 11101110 100011 10010 0 111 11010010 1000111 1001101

Color Harmonies of #9BC4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC4EE

Black with #9BC4EE

Text Example


Text Example

White with #9BC4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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