Html Css Color HEX #28AEC1 Pelorous

📋 copy color: '#28AEC1'

red 40 ◦ green 174 ◦ blue 193

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

Shades of Pelorous #28AEC1

Tints of Pelorous #28AEC1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.75%

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

R = 9.83%
G = 42.75%
B = 47.42%

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

#28AEC1 (or 0x28AEC1) is known color: Pelorous. HEX triplet: 28, AE and C1. RGB value is (40,174,193). Sum of RGB (Red+Green+Blue) = 40+174+193=407 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.83% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #28AEC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AEC1 is #D7513E. Grayscale: #878787. Windows color (decimal): -14111039 or 12693032. OLE color: 12693032.

HSL color Cylindrical-coordinate representation of color #28AEC1: hue angle of 187.45º 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 #28AEC1 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 174 193 -
CMYK 0.79 0.10 0 0.24
HSL 187.45º 0.66% 0.46% -
HSV(B) 187.45º 0.79% 0.76% -
XYZ 25.64 34.57 55.77 -
YUV 136.1 160.11 59.46 -
System Red Green Blue C M Y K H S L
Decimal 40 174 193 0.79 0.10 0 0.24 187.45 0.66 0.46
Hex 28 AE C1 4F A 0 18 BB 42 2E
Octal 50 256 301 117 12 0 30 273 102 56
Binary 101000 10101110 11000001 1001111 1010 0 11000 10111011 1000010 101110

Color Harmonies of #28AEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AEC1

Black with #28AEC1

Text Example


Text Example

White with #28AEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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