#28ABC8

Color #28ABC8 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #28ABC8

Tints of Pelorous #28ABC8

Color information

#28ABC8 (or 0x28ABC8) is unknown color: approx Pelorous. HEX triplet: 28, AB and C8. RGB value is (40,171,200). Sum of RGB (Red+Green+Blue) = 40+171+200=411 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.73% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #28ABC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ABC8 is #D75437. Grayscale: #868686. Windows color (decimal): -14111800 or 13151016. OLE color: 13151016.

HSL color Cylindrical-coordinate representation of color #28ABC8: hue angle of 190.88º degrees, saturation: 0.67, 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 #28ABC8 is Cyan = 0.8, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB40171200-
CMYK0.80.1400.22
HSL190.88º66.67%47.06%-
HSV(B)190.88º80%78.43%-
XYZ25.8633.7559.79-
YUV135.14164.660.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.73%
GREEN value IS 171 (67.19% from 255) = 41.61%
BLUE value IS 200 (78.52% from 255) = 48.66%
R=9.73%
G=41.61%
B=48.66%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal401712000.80.1400.22190.8866.6747.06
Hex28ABC850E016bf432f
Octal502533101201602627710357
Binary101000101010111100100010100001110010110101111111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28ABC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,171,200); }

 H1.HeaderClassName
 {
   color: #28ABC8;
 }
 .AnyTagClassName
 {
   color: #28ABC8;
 }
</style>
background-color css

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

 a { background-color: rgb(40,171,200); }

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

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

 span { border-color: rgb(40,171,200); }

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