#23ADC6

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

Shades of Pelorous #23ADC6

Tints of Pelorous #23ADC6

Color information

#23ADC6 (or 0x23ADC6) is unknown color: approx Pelorous. HEX triplet: 23, AD and C6. RGB value is (35,173,198). Sum of RGB (Red+Green+Blue) = 35+173+198=406 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.62% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #23ADC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ADC6 is #DC5239. Grayscale: #868686. Windows color (decimal): -14438970 or 13020451. OLE color: 13020451.

HSL color Cylindrical-coordinate representation of color #23ADC6: hue angle of 189.2º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23ADC6 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB35173198-
CMYK0.820.1300.22
HSL189.2º69.96%45.69%-
HSV(B)189.2º82.32%77.65%-
XYZ25.8334.3258.69-
YUV134.59163.7856.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.62%
GREEN value IS 173 (67.97% from 255) = 42.61%
BLUE value IS 198 (77.73% from 255) = 48.77%
R=8.62%
G=42.61%
B=48.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal351731980.820.1300.22189.269.9645.69
Hex23ADC652D016bd462e
Octal432553061221502627510656
Binary100011101011011100011010100101101010110101111011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23ADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,173,198); }

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

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

 a { background-color: rgb(35,173,198); }

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

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

 span { border-color: rgb(35,173,198); }

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