#1ca8b7

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

Shades of Pelorous #1CA8B7

Tints of Pelorous #1CA8B7

Color information

#1CA8B7 (or 0x1CA8B7) is unknown color: approx Pelorous. HEX triplet: 1C, A8 and B7. RGB value is (28,168,183). Sum of RGB (Red+Green+Blue) = 28+168+183=379 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.39% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #1CA8B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA8B7 is #E35748. Grayscale: #7F7F7F. Windows color (decimal): -14899017 or 12036124. OLE color: 12036124.

HSL color Cylindrical-coordinate representation of color #1CA8B7: hue angle of 185.81º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CA8B7 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB28168183-
CMYK0.850.0800.28
HSL185.81º73.46%41.37%-
HSV(B)185.81º84.7%71.76%-
XYZ23.0331.6749.7-
YUV127.85159.1256.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.39%
GREEN value IS 168 (66.02% from 255) = 44.33%
BLUE value IS 183 (71.88% from 255) = 48.28%
R=7.39%
G=44.33%
B=48.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal281681830.850.0800.28185.8173.4641.37
Hex1CA8B755801Cba4929
Octal342502671251003427211151
Binary11100101010001011011110101011000011100101110101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ca8b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,168,183); }

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

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

 a { background-color: rgb(28,168,183); }

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

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

 span { border-color: rgb(28,168,183); }

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