Html Css Color HEX #28ABBE Pelorous

📋 copy color: '#28ABBE'

red 40 ◦ green 171 ◦ blue 190

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

Shades of Pelorous #28ABBE

Tints of Pelorous #28ABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 9.98%
G = 42.64%
B = 47.38%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#28ABBE (or 0x28ABBE) is known color: Pelorous. HEX triplet: 28, AB and BE. RGB value is (40,171,190). Sum of RGB (Red+Green+Blue) = 40+171+190=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #28ABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ABBE is #D75441. Grayscale: #858585. Windows color (decimal): -14111810 or 12495656. OLE color: 12495656.

HSL color Cylindrical-coordinate representation of color #28ABBE: hue angle of 187.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28ABBE is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 40 171 190 -
CMYK 0.79 0.10 0 0.25
HSL 187.6º 0.65% 0.45% -
HSV(B) 187.6º 0.79% 0.75% -
XYZ 24.73 33.29 53.84 -
YUV 134 159.6 60.96 -
System Red Green Blue C M Y K H S L
Decimal 40 171 190 0.79 0.10 0 0.25 187.6 0.65 0.45
Hex 28 AB BE 4F A 0 19 BC 41 2D
Octal 50 253 276 117 12 0 31 274 101 55
Binary 101000 10101011 10111110 1001111 1010 0 11001 10111100 1000001 101101

Color Harmonies of #28ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ABBE

Black with #28ABBE

Text Example


Text Example

White with #28ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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