#23A5B9

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

Shades of Pelorous #23A5B9

Tints of Pelorous #23A5B9

Color information

#23A5B9 (or 0x23A5B9) is unknown color: approx Pelorous. HEX triplet: 23, A5 and B9. RGB value is (35,165,185). Sum of RGB (Red+Green+Blue) = 35+165+185=385 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.09% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #23A5B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A5B9 is #DC5A46. Grayscale: #808080. Windows color (decimal): -14441031 or 12166435. OLE color: 12166435.

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

Color convert

RGB35165185-
CMYK0.810.1100.27
HSL188º68.18%43.14%-
HSV(B)188º81.08%72.55%-
XYZ22.9130.7750.63-
YUV128.41159.9361.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.09%
GREEN value IS 165 (64.84% from 255) = 42.86%
BLUE value IS 185 (72.66% from 255) = 48.05%
R=9.09%
G=42.86%
B=48.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal351651850.810.1100.2718868.1843.14
Hex23A5B951B01Bbc442b
Octal432452711211303327410453
Binary100011101001011011100110100011011011011101111001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,165,185); }

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

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

 a { background-color: rgb(35,165,185); }

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

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

 span { border-color: rgb(35,165,185); }

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