#1B8DAE

Color #1B8DAE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1B8DAE

Tints of Pelorous #1B8DAE

Color information

#1B8DAE (or 0x1B8DAE) is unknown color: approx Pelorous. HEX triplet: 1B, 8D and AE. RGB value is (27,141,174). Sum of RGB (Red+Green+Blue) = 27+141+174=342 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.89% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B8DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8DAE is #E47251. Grayscale: #6E6E6E. Windows color (decimal): -14971474 or 11439387. OLE color: 11439387.

HSL color Cylindrical-coordinate representation of color #1B8DAE: hue angle of 193.47º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B8DAE is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB27141174-
CMYK0.840.1900.32
HSL193.47º73.13%39.41%-
HSV(B)193.47º84.48%68.24%-
XYZ17.6222.3443.43-
YUV110.68163.7368.32-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.89%
GREEN value IS 141 (55.47% from 255) = 41.23%
BLUE value IS 174 (68.36% from 255) = 50.88%
R=7.89%
G=41.23%
B=50.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal271411740.840.1900.32193.4773.1339.41
Hex1B8DAE5413020c14927
Octal332152561242304030111147
Binary1101110001101101011101010100100110100000110000011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,141,174); }

 H1.HeaderClassName
 {
   color: #1B8DAE;
 }
 .AnyTagClassName
 {
   color: #1B8DAE;
 }
</style>
background-color css

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

 a { background-color: rgb(27,141,174); }

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

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

 span { border-color: rgb(27,141,174); }

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