Html Css Color HEX #1B8ECF Pacific Blue

📋 copy color: '#1B8ECF'

red 27 ◦ green 142 ◦ blue 207

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

Shades of Pacific Blue #1B8ECF

Tints of Pacific Blue #1B8ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.77%

 BLUE value IS 207 (81.25% from 255) = 55.05%

R = 7.18%
G = 37.77%
B = 55.05%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1B8ECF (or 0x1B8ECF) is known color: Pacific Blue. HEX triplet: 1B, 8E and CF. RGB value is (27,142,207). Sum of RGB (Red+Green+Blue) = 27+142+207=376 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.18% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #1B8ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8ECF is #E47130. Grayscale: #727272. Windows color (decimal): -14971185 or 13602331. OLE color: 13602331.

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

Color convert

RGB 27 142 207 -
CMYK 0.87 0.31 0 0.19
HSL 201.67º 0.77% 0.46% -
HSV(B) 201.67º 0.87% 0.81% -
XYZ 21.39 24.08 62.55 -
YUV 115.03 179.9 65.21 -
System Red Green Blue C M Y K H S L
Decimal 27 142 207 0.87 0.31 0 0.19 201.67 0.77 0.46
Hex 1B 8E CF 57 1F 0 13 CA 4D 2E
Octal 33 216 317 127 37 0 23 312 115 56
Binary 11011 10001110 11001111 1010111 11111 0 10011 11001010 1001101 101110

Color Harmonies of #1B8ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B8ECF

Black with #1B8ECF

Text Example


Text Example

White with #1B8ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,142,207); }

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

background-color css

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

 a { background-color: rgb(27,142,207); }

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

border-color css

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

 span { border-color: rgb(27,142,207); }

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