#23A5B1

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

Shades of Pelorous #23A5B1

Tints of Pelorous #23A5B1

Color information

#23A5B1 (or 0x23A5B1) is unknown color: approx Pelorous. HEX triplet: 23, A5 and B1. RGB value is (35,165,177). Sum of RGB (Red+Green+Blue) = 35+165+177=377 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.28% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #23A5B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A5B1 is #DC5A4E. Grayscale: #7F7F7F. Windows color (decimal): -14441039 or 11642147. OLE color: 11642147.

HSL color Cylindrical-coordinate representation of color #23A5B1: hue angle of 185.07º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23A5B1 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB35165177-
CMYK0.800.0700.31
HSL185.07º66.98%41.57%-
HSV(B)185.07º80.23%69.41%-
XYZ22.0830.4446.31-
YUV127.5155.9362.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.28%
GREEN value IS 165 (64.84% from 255) = 43.77%
BLUE value IS 177 (69.53% from 255) = 46.95%
R=9.28%
G=43.77%
B=46.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal351651770.800.0700.31185.0766.9841.57
Hex23A5B150701Fb9432a
Octal43245261120703727110352
Binary10001110100101101100011010000111011111101110011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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