Html Css Color HEX #28ABBA Pelorous

📋 copy color: '#28ABBA'

red 40 ◦ green 171 ◦ blue 186

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

Shades of Pelorous #28ABBA

Tints of Pelorous #28ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.07%

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

R = 10.08%
G = 43.07%
B = 46.85%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#28ABBA (or 0x28ABBA) is known color: Pelorous. HEX triplet: 28, AB and BA. RGB value is (40,171,186). Sum of RGB (Red+Green+Blue) = 40+171+186=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #28ABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ABBA is #D75445. Grayscale: #858585. Windows color (decimal): -14111814 or 12233512. OLE color: 12233512.

HSL color Cylindrical-coordinate representation of color #28ABBA: hue angle of 186.16º 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 #28ABBA is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 171 186 -
CMYK 0.78 0.08 0 0.27
HSL 186.16º 0.65% 0.44% -
HSV(B) 186.16º 0.78% 0.73% -
XYZ 24.3 33.12 51.57 -
YUV 133.54 157.6 61.28 -
System Red Green Blue C M Y K H S L
Decimal 40 171 186 0.78 0.08 0 0.27 186.16 0.65 0.44
Hex 28 AB BA 4E 8 0 1B BA 41 2C
Octal 50 253 272 116 10 0 33 272 101 54
Binary 101000 10101011 10111010 1001110 1000 0 11011 10111010 1000001 101100

Color Harmonies of #28ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ABBA

Black with #28ABBA

Text Example


Text Example

White with #28ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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