#23A5BA

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

Shades of Pelorous #23A5BA

Tints of Pelorous #23A5BA

Color information

#23A5BA (or 0x23A5BA) is unknown color: approx Pelorous. HEX triplet: 23, A5 and BA. RGB value is (35,165,186). Sum of RGB (Red+Green+Blue) = 35+165+186=386 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.07% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #23A5BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A5BA is #DC5A45. Grayscale: #808080. Windows color (decimal): -14441030 or 12231971. OLE color: 12231971.

HSL color Cylindrical-coordinate representation of color #23A5BA: hue angle of 188.34º 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 #23A5BA is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB35165186-
CMYK0.810.1100.27
HSL188.34º68.33%43.33%-
HSV(B)188.34º81.18%72.94%-
XYZ23.0130.8151.19-
YUV128.52160.4361.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.07%
GREEN value IS 165 (64.84% from 255) = 42.75%
BLUE value IS 186 (73.05% from 255) = 48.19%
R=9.07%
G=42.75%
B=48.19%

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
Decimal351651860.810.1100.27188.3468.3343.33
Hex23A5BA51B01Bbc442b
Octal432452721211303327410453
Binary100011101001011011101010100011011011011101111001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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