Html Css Color HEX #28AAC6 Pelorous

📋 copy color: '#28AAC6'

red 40 ◦ green 170 ◦ blue 198

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

Shades of Pelorous #28AAC6

Tints of Pelorous #28AAC6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.67%

 BLUE value IS 198 (77.73% from 255) = 48.53%

R = 9.8%
G = 41.67%
B = 48.53%

CMYK

 C value IS 0.80

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#28AAC6 (or 0x28AAC6) is known color: Pelorous. HEX triplet: 28, AA and C6. RGB value is (40,170,198). Sum of RGB (Red+Green+Blue) = 40+170+198=408 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.80% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #28AAC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AAC6 is #D75539. Grayscale: #868686. Windows color (decimal): -14112058 or 13019688. OLE color: 13019688.

HSL color Cylindrical-coordinate representation of color #28AAC6: hue angle of 190.63º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28AAC6 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 40 170 198 -
CMYK 0.80 0.14 0 0.22
HSL 190.63º 0.66% 0.47% -
HSV(B) 190.63º 0.8% 0.78% -
XYZ 25.44 33.28 58.51 -
YUV 134.32 163.93 60.72 -
System Red Green Blue C M Y K H S L
Decimal 40 170 198 0.80 0.14 0 0.22 190.63 0.66 0.47
Hex 28 AA C6 50 E 0 16 BF 42 2F
Octal 50 252 306 120 16 0 26 277 102 57
Binary 101000 10101010 11000110 1010000 1110 0 10110 10111111 1000010 101111

Color Harmonies of #28AAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AAC6

Black with #28AAC6

Text Example


Text Example

White with #28AAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,170,198); }

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

background-color css

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

 a { background-color: rgb(40,170,198); }

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

border-color css

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

 span { border-color: rgb(40,170,198); }

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