Html Css Color HEX #28A5BA Pelorous

📋 copy color: '#28A5BA'

red 40 ◦ green 165 ◦ blue 186

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

Shades of Pelorous #28A5BA

Tints of Pelorous #28A5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.2%

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 10.23%
G = 42.2%
B = 47.57%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#28A5BA (or 0x28A5BA) is known color: Pelorous. HEX triplet: 28, A5 and BA. RGB value is (40,165,186). Sum of RGB (Red+Green+Blue) = 40+165+186=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #28A5BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28A5BA is #D75A45. Grayscale: #818181. Windows color (decimal): -14113350 or 12231976. OLE color: 12231976.

HSL color Cylindrical-coordinate representation of color #28A5BA: hue angle of 188.63º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28A5BA is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 165 186 -
CMYK 0.78 0.11 0 0.27
HSL 188.63º 0.65% 0.44% -
HSV(B) 188.63º 0.78% 0.73% -
XYZ 23.19 30.91 51.2 -
YUV 130.02 159.59 63.79 -
System Red Green Blue C M Y K H S L
Decimal 40 165 186 0.78 0.11 0 0.27 188.63 0.65 0.44
Hex 28 A5 BA 4E B 0 1B BD 41 2C
Octal 50 245 272 116 13 0 33 275 101 54
Binary 101000 10100101 10111010 1001110 1011 0 11011 10111101 1000001 101100

Color Harmonies of #28A5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A5BA

Black with #28A5BA

Text Example


Text Example

White with #28A5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,165,186); }

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

background-color css

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

 a { background-color: rgb(40,165,186); }

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

border-color css

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

 span { border-color: rgb(40,165,186); }

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