Html Css Color HEX #9BBDEB Tropical Blue

📋 copy color: '#9BBDEB'

red 155 ◦ green 189 ◦ blue 235

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

Shades of Tropical Blue #9BBDEB

Tints of Tropical Blue #9BBDEB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.64%

 BLUE value IS 235 (92.19% from 255) = 40.59%

R = 26.77%
G = 32.64%
B = 40.59%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BBDEB (or 0x9BBDEB) is known color: Tropical Blue. HEX triplet: 9B, BD and EB. RGB value is (155,189,235). Sum of RGB (Red+Green+Blue) = 155+189+235=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BBDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBDEB is #644214. Grayscale: #B7B7B7. Windows color (decimal): -6570517 or 15449499. OLE color: 15449499.

HSL color Cylindrical-coordinate representation of color #9BBDEB: hue angle of 214.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BBDEB is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 189 235 -
CMYK 0.34 0.20 0 0.08
HSL 214.5º 0.67% 0.76% -
HSV(B) 214.5º 0.34% 0.92% -
XYZ 46.71 49.36 85.66 -
YUV 184.08 156.74 107.26 -
System Red Green Blue C M Y K H S L
Decimal 155 189 235 0.34 0.20 0 0.08 214.5 0.67 0.76
Hex 9B BD EB 22 14 0 8 D6 43 4C
Octal 233 275 353 42 24 0 10 326 103 114
Binary 10011011 10111101 11101011 100010 10100 0 1000 11010110 1000011 1001100

Color Harmonies of #9BBDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBDEB

Black with #9BBDEB

Text Example


Text Example

White with #9BBDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,189,235); }

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

background-color css

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

 a { background-color: rgb(155,189,235); }

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

border-color css

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

 span { border-color: rgb(155,189,235); }

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