#23A9B7

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

Shades of Pelorous #23A9B7

Tints of Pelorous #23A9B7

Color information

#23A9B7 (or 0x23A9B7) is unknown color: approx Pelorous. HEX triplet: 23, A9 and B7. RGB value is (35,169,183). Sum of RGB (Red+Green+Blue) = 35+169+183=387 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.04% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 183 - color contains mainly: blue. Hex color #23A9B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A9B7 is #DC5648. Grayscale: #828282. Windows color (decimal): -14440009 or 12036387. OLE color: 12036387.

HSL color Cylindrical-coordinate representation of color #23A9B7: hue angle of 185.68º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23A9B7 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB35169183-
CMYK0.810.0800.28
HSL185.68º67.89%42.75%-
HSV(B)185.68º80.87%71.76%-
XYZ23.4332.1549.77-
YUV130.53157.6159.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.04%
GREEN value IS 169 (66.41% from 255) = 43.67%
BLUE value IS 183 (71.88% from 255) = 47.29%
R=9.04%
G=43.67%
B=47.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal351691830.810.0800.28185.6867.8942.75
Hex23A9B751801Cba442b
Octal432512671211003427210453
Binary100011101010011011011110100011000011100101110101000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,169,183); }

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

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

 a { background-color: rgb(35,169,183); }

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

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

 span { border-color: rgb(35,169,183); }

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