Html Css Color HEX #1B9BD2 Pacific Blue

📋 copy color: '#1B9BD2'

red 27 ◦ green 155 ◦ blue 210

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

Shades of Pacific Blue #1B9BD2

Tints of Pacific Blue #1B9BD2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.54%

 BLUE value IS 210 (82.42% from 255) = 53.57%

R = 6.89%
G = 39.54%
B = 53.57%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1B9BD2 (or 0x1B9BD2) is known color: Pacific Blue. HEX triplet: 1B, 9B and D2. RGB value is (27,155,210). Sum of RGB (Red+Green+Blue) = 27+155+210=392 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.89% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 210 (82.42% from 255 or 53.57% from 392); Max value from RGB is 210 - color contains mainly: blue. Hex color #1B9BD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9BD2 is #E4642D. Grayscale: #7A7A7A. Windows color (decimal): -14967854 or 13802267. OLE color: 13802267.

HSL color Cylindrical-coordinate representation of color #1B9BD2: hue angle of 198.03º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B9BD2 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 27 155 210 -
CMYK 0.87 0.26 0 0.18
HSL 198.03º 0.77% 0.46% -
HSV(B) 198.03º 0.87% 0.82% -
XYZ 23.81 28.33 65.19 -
YUV 123 177.09 59.53 -
System Red Green Blue C M Y K H S L
Decimal 27 155 210 0.87 0.26 0 0.18 198.03 0.77 0.46
Hex 1B 9B D2 57 1A 0 12 C6 4D 2E
Octal 33 233 322 127 32 0 22 306 115 56
Binary 11011 10011011 11010010 1010111 11010 0 10010 11000110 1001101 101110

Color Harmonies of #1B9BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9BD2

Black with #1B9BD2

Text Example


Text Example

White with #1B9BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,155,210); }

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

background-color css

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

 a { background-color: rgb(27,155,210); }

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

border-color css

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

 span { border-color: rgb(27,155,210); }

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