#1B97C7

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

Shades of Pelorous #1B97C7

Tints of Pelorous #1B97C7

Color information

#1B97C7 (or 0x1B97C7) is unknown color: approx Pelorous. HEX triplet: 1B, 97 and C7. RGB value is (27,151,199). Sum of RGB (Red+Green+Blue) = 27+151+199=377 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.16% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 199 (78.12% from 255 or 52.79% from 377); Max value from RGB is 199 - color contains mainly: blue. Hex color #1B97C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B97C7 is #E46838. Grayscale: #777777. Windows color (decimal): -14968889 or 13080347. OLE color: 13080347.

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

Color convert

RGB27151199-
CMYK0.860.2400.22
HSL196.74º76.11%44.31%-
HSV(B)196.74º86.43%78.04%-
XYZ21.8326.4958-
YUV119.4172.9262.1-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.16%
GREEN value IS 151 (59.38% from 255) = 40.05%
BLUE value IS 199 (78.12% from 255) = 52.79%
R=7.16%
G=40.05%
B=52.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal271511990.860.2400.22196.7476.1144.31
Hex1B97C75618016c54c2c
Octal332273071263002630511454
Binary110111001011111000111101011011000010110110001011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B97C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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