Html Css Color HEX #23ACC9 Pelorous

📋 copy color: '#23ACC9'

red 35 ◦ green 172 ◦ blue 201

#23ACC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #23ACC9

Tints of Pelorous #23ACC9

RGB

 RED value IS 35 (14.06% from 255) = 8.58%

 GREEN value IS 172 (67.58% from 255) = 42.16%

 BLUE value IS 201 (78.91% from 255) = 49.26%

R = 8.58%
G = 42.16%
B = 49.26%

CMYK

 C value IS 0.83

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#23ACC9 (or 0x23ACC9) is known color: Pelorous. HEX triplet: 23, AC and C9. RGB value is (35,172,201). Sum of RGB (Red+Green+Blue) = 35+172+201=408 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.58% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #23ACC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ACC9 is #DC5336. Grayscale: #868686. Windows color (decimal): -14439223 or 13216803. OLE color: 13216803.

HSL color Cylindrical-coordinate representation of color #23ACC9: hue angle of 190.48º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23ACC9 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 172 201 -
CMYK 0.83 0.14 0 0.21
HSL 190.48º 0.7% 0.46% -
HSV(B) 190.48º 0.83% 0.79% -
XYZ 25.99 34.08 60.47 -
YUV 134.34 165.61 57.14 -
System Red Green Blue C M Y K H S L
Decimal 35 172 201 0.83 0.14 0 0.21 190.48 0.7 0.46
Hex 23 AC C9 53 E 0 15 BE 46 2E
Octal 43 254 311 123 16 0 25 276 106 56
Binary 100011 10101100 11001001 1010011 1110 0 10101 10111110 1000110 101110

Color Harmonies of #23ACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23ACC9

Black with #23ACC9

Text Example


Text Example

White with #23ACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,172,201); }

 H1.HeaderClassName
 {
   color: #23ACC9;
 }
 .AnyTagClassName
 {
   color: #23ACC9;
 }
</style>

background-color css

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

 a { background-color: rgb(35,172,201); }

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

border-color css

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

 span { border-color: rgb(35,172,201); }

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