#23A0BC

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

Shades of Pelorous #23A0BC

Tints of Pelorous #23A0BC

Color information

#23A0BC (or 0x23A0BC) is unknown color: approx Pelorous. HEX triplet: 23, A0 and BC. RGB value is (35,160,188). Sum of RGB (Red+Green+Blue) = 35+160+188=383 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.14% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #23A0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A0BC is #DC5F43. Grayscale: #7D7D7D. Windows color (decimal): -14442308 or 12361763. OLE color: 12361763.

HSL color Cylindrical-coordinate representation of color #23A0BC: hue angle of 190.98º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23A0BC is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB35160188-
CMYK0.810.1500.26
HSL190.98º68.61%43.73%-
HSV(B)190.98º81.38%73.73%-
XYZ22.3429.1352.02-
YUV125.82163.0963.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.14%
GREEN value IS 160 (62.89% from 255) = 41.78%
BLUE value IS 188 (73.83% from 255) = 49.09%
R=9.14%
G=41.78%
B=49.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal351601880.810.1500.26190.9868.6143.73
Hex23A0BC51F01Abf452c
Octal432402741211703227710554
Binary100011101000001011110010100011111011010101111111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,160,188); }

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

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

 a { background-color: rgb(35,160,188); }

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

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

 span { border-color: rgb(35,160,188); }

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