#1896c4

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

Shades of Pelorous #1896C4

Tints of Pelorous #1896C4

Color information

#1896C4 (or 0x1896C4) is unknown color: approx Pelorous. HEX triplet: 18, 96 and C4. RGB value is (24,150,196). Sum of RGB (Red+Green+Blue) = 24+150+196=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 196 (76.95% from 255 or 52.97% from 370); Max value from RGB is 196 - color contains mainly: blue. Hex color #1896C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1896C4 is #E7693B. Grayscale: #757575. Windows color (decimal): -15165756 or 12883480. OLE color: 12883480.

HSL color Cylindrical-coordinate representation of color #1896C4: hue angle of 196.05º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1896C4 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB24150196-
CMYK0.880.2300.23
HSL196.05º78.18%43.14%-
HSV(B)196.05º87.76%76.86%-
XYZ21.2525.9956.12-
YUV117.57172.2661.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.49%
GREEN value IS 150 (58.98% from 255) = 40.54%
BLUE value IS 196 (76.95% from 255) = 52.97%
R=6.49%
G=40.54%
B=52.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal241501960.880.2300.23196.0578.1843.14
Hex1896C45817017c44e2b
Octal302263041302702730411653
Binary110001001011011000100101100010111010111110001001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1896c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1896c4; }

 p { color: rgb(24,150,196); }

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

<style>
 a { background-color: #1896c4; }

 a { background-color: rgb(24,150,196); }

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

<style>
 span { border-color: #1896c4; }

 span { border-color: rgb(24,150,196); }

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