Html Css Color HEX #9BBFED Sail

📋 copy color: '#9BBFED'

red 155 ◦ green 191 ◦ blue 237

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

Shades of Sail #9BBFED

Tints of Sail #9BBFED

RGB

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

 GREEN value IS 191 (75% from 255) = 32.76%

 BLUE value IS 237 (92.97% from 255) = 40.65%

R = 26.59%
G = 32.76%
B = 40.65%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9BBFED (or 0x9BBFED) is known color: Sail. HEX triplet: 9B, BF and ED. RGB value is (155,191,237). Sum of RGB (Red+Green+Blue) = 155+191+237=583 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.59% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BBFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBFED is #644012. Grayscale: #B9B9B9. Windows color (decimal): -6570003 or 15581083. OLE color: 15581083.

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

Color convert

RGB 155 191 237 -
CMYK 0.35 0.19 0 0.07
HSL 213.66º 0.69% 0.77% -
HSV(B) 213.66º 0.35% 0.93% -
XYZ 47.43 50.34 87.34 -
YUV 185.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 155 191 237 0.35 0.19 0 0.07 213.66 0.69 0.77
Hex 9B BF ED 23 13 0 7 D6 45 4D
Octal 233 277 355 43 23 0 7 326 105 115
Binary 10011011 10111111 11101101 100011 10011 0 111 11010110 1000101 1001101

Color Harmonies of #9BBFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBFED

Black with #9BBFED

Text Example


Text Example

White with #9BBFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,191,237); }

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

background-color css

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

 a { background-color: rgb(155,191,237); }

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

border-color css

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

 span { border-color: rgb(155,191,237); }

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