Html Css Color HEX #28ADC1 Pelorous

📋 copy color: '#28ADC1'

red 40 ◦ green 173 ◦ blue 193

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

Shades of Pelorous #28ADC1

Tints of Pelorous #28ADC1

RGB

 RED value IS 40 (16.02% from 255) = 9.85%

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

 BLUE value IS 193 (75.78% from 255) = 47.54%

R = 9.85%
G = 42.61%
B = 47.54%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#28ADC1 (or 0x28ADC1) is known color: Pelorous. HEX triplet: 28, AD and C1. RGB value is (40,173,193). Sum of RGB (Red+Green+Blue) = 40+173+193=406 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.85% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #28ADC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ADC1 is #D7523E. Grayscale: #878787. Windows color (decimal): -14111295 or 12692776. OLE color: 12692776.

HSL color Cylindrical-coordinate representation of color #28ADC1: hue angle of 187.84º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28ADC1 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 173 193 -
CMYK 0.79 0.10 0 0.24
HSL 187.84º 0.66% 0.46% -
HSV(B) 187.84º 0.79% 0.76% -
XYZ 25.44 34.19 55.71 -
YUV 135.51 160.44 59.87 -
System Red Green Blue C M Y K H S L
Decimal 40 173 193 0.79 0.10 0 0.24 187.84 0.66 0.46
Hex 28 AD C1 4F A 0 18 BC 42 2E
Octal 50 255 301 117 12 0 30 274 102 56
Binary 101000 10101101 11000001 1001111 1010 0 11000 10111100 1000010 101110

Color Harmonies of #28ADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ADC1

Black with #28ADC1

Text Example


Text Example

White with #28ADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28ADC1; }

 p { color: rgb(40,173,193); }

 H1.HeaderClassName
 {
   color: #28ADC1;
 }
 .AnyTagClassName
 {
   color: #28ADC1;
 }
</style>

background-color css

<style>
 a { background-color: #28ADC1; }

 a { background-color: rgb(40,173,193); }

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

border-color css

<style>
 span { border-color: #28ADC1; }

 span { border-color: rgb(40,173,193); }

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