Html Css Color HEX #1B9DD8 Pacific Blue

📋 copy color: '#1B9DD8'

red 27 ◦ green 157 ◦ blue 216

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

Shades of Pacific Blue #1B9DD8

Tints of Pacific Blue #1B9DD8

RGB

 RED value IS 27 (10.94% from 255) = 6.75%

 GREEN value IS 157 (61.72% from 255) = 39.25%

 BLUE value IS 216 (84.77% from 255) = 54%

R = 6.75%
G = 39.25%
B = 54%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1B9DD8 (or 0x1B9DD8) is known color: Pacific Blue. HEX triplet: 1B, 9D and D8. RGB value is (27,157,216). Sum of RGB (Red+Green+Blue) = 27+157+216=400 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.75% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 216 (84.77% from 255 or 54% from 400); Max value from RGB is 216 - color contains mainly: blue. Hex color #1B9DD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9DD8 is #E46227. Grayscale: #7C7C7C. Windows color (decimal): -14967336 or 14195995. OLE color: 14195995.

HSL color Cylindrical-coordinate representation of color #1B9DD8: hue angle of 198.73º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B9DD8 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 27 157 216 -
CMYK 0.88 0.27 0 0.15
HSL 198.73º 0.78% 0.48% -
HSV(B) 198.73º 0.88% 0.85% -
XYZ 24.9 29.3 69.31 -
YUV 124.86 179.43 58.2 -
System Red Green Blue C M Y K H S L
Decimal 27 157 216 0.88 0.27 0 0.15 198.73 0.78 0.48
Hex 1B 9D D8 58 1B 0 F C7 4E 30
Octal 33 235 330 130 33 0 17 307 116 60
Binary 11011 10011101 11011000 1011000 11011 0 1111 11000111 1001110 110000

Color Harmonies of #1B9DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9DD8

Black with #1B9DD8

Text Example


Text Example

White with #1B9DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B9DD8; }

 p { color: rgb(27,157,216); }

 H1.HeaderClassName
 {
   color: #1B9DD8;
 }
 .AnyTagClassName
 {
   color: #1B9DD8;
 }
</style>

background-color css

<style>
 a { background-color: #1B9DD8; }

 a { background-color: rgb(27,157,216); }

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

border-color css

<style>
 span { border-color: #1B9DD8; }

 span { border-color: rgb(27,157,216); }

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