Html Css Color HEX #23ABC9 Pelorous

📋 copy color: '#23ABC9'

red 35 ◦ green 171 ◦ blue 201

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

Shades of Pelorous #23ABC9

Tints of Pelorous #23ABC9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.01%

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

R = 8.6%
G = 42.01%
B = 49.39%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#23ABC9 (or 0x23ABC9) is known color: Pelorous. HEX triplet: 23, AB and C9. RGB value is (35,171,201). Sum of RGB (Red+Green+Blue) = 35+171+201=407 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.60% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #23ABC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ABC9 is #DC5436. Grayscale: #858585. Windows color (decimal): -14439479 or 13216547. OLE color: 13216547.

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

Color convert

RGB 35 171 201 -
CMYK 0.83 0.15 0 0.21
HSL 190.84º 0.7% 0.46% -
HSV(B) 190.84º 0.83% 0.79% -
XYZ 25.8 33.7 60.4 -
YUV 133.76 165.94 57.56 -
System Red Green Blue C M Y K H S L
Decimal 35 171 201 0.83 0.15 0 0.21 190.84 0.7 0.46
Hex 23 AB C9 53 F 0 15 BF 46 2E
Octal 43 253 311 123 17 0 25 277 106 56
Binary 100011 10101011 11001001 1010011 1111 0 10101 10111111 1000110 101110

Color Harmonies of #23ABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23ABC9

Black with #23ABC9

Text Example


Text Example

White with #23ABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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