Html Css Color HEX #9BCDFB Sail

📋 copy color: '#9BCDFB'

red 155 ◦ green 205 ◦ blue 251

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

Shades of Sail #9BCDFB

Tints of Sail #9BCDFB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.55%

 BLUE value IS 251 (98.44% from 255) = 41.08%

R = 25.37%
G = 33.55%
B = 41.08%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9BCDFB (or 0x9BCDFB) is known color: Sail. HEX triplet: 9B, CD and FB. RGB value is (155,205,251). Sum of RGB (Red+Green+Blue) = 155+205+251=611 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.37% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BCDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCDFB is #643204. Grayscale: #C3C3C3. Windows color (decimal): -6566405 or 16502171. OLE color: 16502171.

HSL color Cylindrical-coordinate representation of color #9BCDFB: hue angle of 208.75º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BCDFB is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 205 251 -
CMYK 0.38 0.18 0 0.02
HSL 208.75º 0.92% 0.8% -
HSV(B) 208.75º 0.38% 0.98% -
XYZ 52.76 57.6 99.6 -
YUV 195.29 159.44 99.26 -
System Red Green Blue C M Y K H S L
Decimal 155 205 251 0.38 0.18 0 0.02 208.75 0.92 0.8
Hex 9B CD FB 26 12 0 2 D1 5C 50
Octal 233 315 373 46 22 0 2 321 134 120
Binary 10011011 11001101 11111011 100110 10010 0 10 11010001 1011100 1010000

Color Harmonies of #9BCDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCDFB

Black with #9BCDFB

Text Example


Text Example

White with #9BCDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,205,251); }

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

background-color css

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

 a { background-color: rgb(155,205,251); }

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

border-color css

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

 span { border-color: rgb(155,205,251); }

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