Html Css Color HEX #23ADC9 Pelorous

📋 copy color: '#23ADC9'

red 35 ◦ green 173 ◦ blue 201

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

Shades of Pelorous #23ADC9

Tints of Pelorous #23ADC9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.3%

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

R = 8.56%
G = 42.3%
B = 49.14%

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

#23ADC9 (or 0x23ADC9) is known color: Pelorous. HEX triplet: 23, AD and C9. RGB value is (35,173,201). Sum of RGB (Red+Green+Blue) = 35+173+201=409 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.56% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #23ADC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ADC9 is #DC5236. Grayscale: #868686. Windows color (decimal): -14438967 or 13217059. OLE color: 13217059.

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

Color convert

RGB 35 173 201 -
CMYK 0.83 0.14 0 0.21
HSL 190.12º 0.7% 0.46% -
HSV(B) 190.12º 0.83% 0.79% -
XYZ 26.18 34.46 60.53 -
YUV 134.93 165.28 56.72 -
System Red Green Blue C M Y K H S L
Decimal 35 173 201 0.83 0.14 0 0.21 190.12 0.7 0.46
Hex 23 AD C9 53 E 0 15 BE 46 2E
Octal 43 255 311 123 16 0 25 276 106 56
Binary 100011 10101101 11001001 1010011 1110 0 10101 10111110 1000110 101110

Color Harmonies of #23ADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23ADC9

Black with #23ADC9

Text Example


Text Example

White with #23ADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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