#1CABBC

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

Shades of Pelorous #1CABBC

Tints of Pelorous #1CABBC

Color information

#1CABBC (or 0x1CABBC) is unknown color: approx Pelorous. HEX triplet: 1C, AB and BC. RGB value is (28,171,188). Sum of RGB (Red+Green+Blue) = 28+171+188=387 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.24% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #1CABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CABBC is #E35443. Grayscale: #818181. Windows color (decimal): -14898244 or 12364572. OLE color: 12364572.

HSL color Cylindrical-coordinate representation of color #1CABBC: hue angle of 186.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CABBC is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB28171188-
CMYK0.850.0900.26
HSL186.38º74.07%42.35%-
HSV(B)186.38º85.11%73.73%-
XYZ24.123352.68-
YUV130.18160.6255.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.24%
GREEN value IS 171 (67.19% from 255) = 44.19%
BLUE value IS 188 (73.83% from 255) = 48.58%
R=7.24%
G=44.19%
B=48.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal281711880.850.0900.26186.3874.0742.35
Hex1CABBC55901Aba4a2a
Octal342532741251103227211252
Binary11100101010111011110010101011001011010101110101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,171,188); }

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

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

 a { background-color: rgb(28,171,188); }

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

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

 span { border-color: rgb(28,171,188); }

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