#23ACBF

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

Shades of Pelorous #23ACBF

Tints of Pelorous #23ACBF

Color information

#23ACBF (or 0x23ACBF) is unknown color: approx Pelorous. HEX triplet: 23, AC and BF. RGB value is (35,172,191). Sum of RGB (Red+Green+Blue) = 35+172+191=398 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.79% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #23ACBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ACBF is #DC5340. Grayscale: #848484. Windows color (decimal): -14439233 or 12561443. OLE color: 12561443.

HSL color Cylindrical-coordinate representation of color #23ACBF: hue angle of 187.31º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23ACBF is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB35172191-
CMYK0.820.1000.25
HSL187.31º69.03%44.31%-
HSV(B)187.31º81.68%74.9%-
XYZ24.8533.6254.47-
YUV133.2160.6157.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.79%
GREEN value IS 172 (67.58% from 255) = 43.22%
BLUE value IS 191 (75% from 255) = 47.99%
R=8.79%
G=43.22%
B=47.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal351721910.820.1000.25187.3169.0344.31
Hex23ACBF52A019bb452c
Octal432542771221203127310554
Binary100011101011001011111110100101010011001101110111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23ACBF; }

 p { color: rgb(35,172,191); }

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

<style>
 a { background-color: #23ACBF; }

 a { background-color: rgb(35,172,191); }

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

<style>
 span { border-color: #23ACBF; }

 span { border-color: rgb(35,172,191); }

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