Html Css Color HEX #1B9ED1 Pacific Blue

📋 copy color: '#1B9ED1'

red 27 ◦ green 158 ◦ blue 209

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

Shades of Pacific Blue #1B9ED1

Tints of Pacific Blue #1B9ED1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.1%

 BLUE value IS 209 (82.03% from 255) = 53.05%

R = 6.85%
G = 40.1%
B = 53.05%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1B9ED1 (or 0x1B9ED1) is known color: Pacific Blue. HEX triplet: 1B, 9E and D1. RGB value is (27,158,209). Sum of RGB (Red+Green+Blue) = 27+158+209=394 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.85% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 209 (82.03% from 255 or 53.05% from 394); Max value from RGB is 209 - color contains mainly: blue. Hex color #1B9ED1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9ED1 is #E4612E. Grayscale: #7C7C7C. Windows color (decimal): -14967087 or 13737499. OLE color: 13737499.

HSL color Cylindrical-coordinate representation of color #1B9ED1: hue angle of 196.81º 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 #1B9ED1 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 27 158 209 -
CMYK 0.87 0.24 0 0.18
HSL 196.81º 0.77% 0.46% -
HSV(B) 196.81º 0.87% 0.82% -
XYZ 24.19 29.29 64.7 -
YUV 124.65 175.6 58.35 -
System Red Green Blue C M Y K H S L
Decimal 27 158 209 0.87 0.24 0 0.18 196.81 0.77 0.46
Hex 1B 9E D1 57 18 0 12 C5 4D 2E
Octal 33 236 321 127 30 0 22 305 115 56
Binary 11011 10011110 11010001 1010111 11000 0 10010 11000101 1001101 101110

Color Harmonies of #1B9ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B9ED1

Black with #1B9ED1

Text Example


Text Example

White with #1B9ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,158,209); }

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

background-color css

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

 a { background-color: rgb(27,158,209); }

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

border-color css

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

 span { border-color: rgb(27,158,209); }

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