Html Css Color HEX #1B8EC7 Pelorous

📋 copy color: '#1B8EC7'

red 27 ◦ green 142 ◦ blue 199

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

Shades of Pelorous #1B8EC7

Tints of Pelorous #1B8EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 54.08%

R = 7.34%
G = 38.59%
B = 54.08%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1B8EC7 (or 0x1B8EC7) is known color: Pelorous. HEX triplet: 1B, 8E and C7. RGB value is (27,142,199). Sum of RGB (Red+Green+Blue) = 27+142+199=368 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.34% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 199 (78.12% from 255 or 54.08% from 368); Max value from RGB is 199 - color contains mainly: blue. Hex color #1B8EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8EC7 is #E47138. Grayscale: #717171. Windows color (decimal): -14971193 or 13078043. OLE color: 13078043.

HSL color Cylindrical-coordinate representation of color #1B8EC7: hue angle of 199.88º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B8EC7 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 27 142 199 -
CMYK 0.86 0.29 0 0.22
HSL 199.88º 0.76% 0.44% -
HSV(B) 199.88º 0.86% 0.78% -
XYZ 20.43 23.7 57.53 -
YUV 114.11 175.9 65.87 -
System Red Green Blue C M Y K H S L
Decimal 27 142 199 0.86 0.29 0 0.22 199.88 0.76 0.44
Hex 1B 8E C7 56 1D 0 16 C8 4C 2C
Octal 33 216 307 126 35 0 26 310 114 54
Binary 11011 10001110 11000111 1010110 11101 0 10110 11001000 1001100 101100

Color Harmonies of #1B8EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B8EC7

Black with #1B8EC7

Text Example


Text Example

White with #1B8EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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