Html Css Color HEX #1B9AD5 Pacific Blue

📋 copy color: '#1B9AD5'

red 27 ◦ green 154 ◦ blue 213

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

Shades of Pacific Blue #1B9AD5

Tints of Pacific Blue #1B9AD5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.09%

 BLUE value IS 213 (83.59% from 255) = 54.06%

R = 6.85%
G = 39.09%
B = 54.06%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1B9AD5 (or 0x1B9AD5) is known color: Pacific Blue. HEX triplet: 1B, 9A and D5. RGB value is (27,154,213). Sum of RGB (Red+Green+Blue) = 27+154+213=394 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.85% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #1B9AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9AD5 is #E4652A. Grayscale: #7A7A7A. Windows color (decimal): -14968107 or 13998619. OLE color: 13998619.

HSL color Cylindrical-coordinate representation of color #1B9AD5: hue angle of 199.03º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B9AD5 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 27 154 213 -
CMYK 0.87 0.28 0 0.16
HSL 199.03º 0.78% 0.47% -
HSV(B) 199.03º 0.87% 0.84% -
XYZ 24.02 28.15 67.12 -
YUV 122.75 178.92 59.7 -
System Red Green Blue C M Y K H S L
Decimal 27 154 213 0.87 0.28 0 0.16 199.03 0.78 0.47
Hex 1B 9A D5 57 1C 0 10 C7 4E 2F
Octal 33 232 325 127 34 0 20 307 116 57
Binary 11011 10011010 11010101 1010111 11100 0 10000 11000111 1001110 101111

Color Harmonies of #1B9AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9AD5

Black with #1B9AD5

Text Example


Text Example

White with #1B9AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,154,213); }

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

background-color css

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

 a { background-color: rgb(27,154,213); }

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

border-color css

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

 span { border-color: rgb(27,154,213); }

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