#23AAC8

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

Shades of Pelorous #23AAC8

Tints of Pelorous #23AAC8

Color information

#23AAC8 (or 0x23AAC8) is unknown color: approx Pelorous. HEX triplet: 23, AA and C8. RGB value is (35,170,200). Sum of RGB (Red+Green+Blue) = 35+170+200=405 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.64% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 200 (78.52% from 255 or 49.38% from 405); Max value from RGB is 200 - color contains mainly: blue. Hex color #23AAC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23AAC8 is #DC5537. Grayscale: #848484. Windows color (decimal): -14439736 or 13150755. OLE color: 13150755.

HSL color Cylindrical-coordinate representation of color #23AAC8: hue angle of 190.91º 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 #23AAC8 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB35170200-
CMYK0.820.1500.22
HSL190.91º70.21%46.08%-
HSV(B)190.91º82.5%78.43%-
XYZ25.4933.2859.72-
YUV133.06165.7758.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.64%
GREEN value IS 170 (66.80% from 255) = 41.98%
BLUE value IS 200 (78.52% from 255) = 49.38%
R=8.64%
G=41.98%
B=49.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal351702000.820.1500.22190.9170.2146.08
Hex23AAC852F016bf462e
Octal432523101221702627710656
Binary100011101010101100100010100101111010110101111111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23AAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,170,200); }

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

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

 a { background-color: rgb(35,170,200); }

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

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

 span { border-color: rgb(35,170,200); }

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