#28A4C1

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

Shades of Pelorous #28A4C1

Tints of Pelorous #28A4C1

Color information

#28A4C1 (or 0x28A4C1) is unknown color: approx Pelorous. HEX triplet: 28, A4 and C1. RGB value is (40,164,193). Sum of RGB (Red+Green+Blue) = 40+164+193=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #28A4C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A4C1 is #D75B3E. Grayscale: #818181. Windows color (decimal): -14113599 or 12690472. OLE color: 12690472.

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

Color convert

RGB40164193-
CMYK0.790.1500.24
HSL191.37º65.67%45.69%-
HSV(B)191.37º79.27%75.69%-
XYZ23.7830.8555.15-
YUV130.23163.4263.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.08%
GREEN value IS 164 (64.45% from 255) = 41.31%
BLUE value IS 193 (75.78% from 255) = 48.61%
R=10.08%
G=41.31%
B=48.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal401641930.790.1500.24191.3765.6745.69
Hex28A4C14FF018bf422e
Octal502443011171703027710256
Binary101000101001001100000110011111111011000101111111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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