Html Css Color HEX #28ABBC Pelorous

📋 copy color: '#28ABBC'

red 40 ◦ green 171 ◦ blue 188

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

Shades of Pelorous #28ABBC

Tints of Pelorous #28ABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 10.03%
G = 42.86%
B = 47.12%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#28ABBC (or 0x28ABBC) is known color: Pelorous. HEX triplet: 28, AB and BC. RGB value is (40,171,188). Sum of RGB (Red+Green+Blue) = 40+171+188=399 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.03% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #28ABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ABBC is #D75443. Grayscale: #858585. Windows color (decimal): -14111812 or 12364584. OLE color: 12364584.

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

Color convert

RGB 40 171 188 -
CMYK 0.79 0.09 0 0.26
HSL 186.89º 0.65% 0.45% -
HSV(B) 186.89º 0.79% 0.74% -
XYZ 24.52 33.21 52.69 -
YUV 133.77 158.6 61.12 -
System Red Green Blue C M Y K H S L
Decimal 40 171 188 0.79 0.09 0 0.26 186.89 0.65 0.45
Hex 28 AB BC 4F 9 0 1A BB 41 2D
Octal 50 253 274 117 11 0 32 273 101 55
Binary 101000 10101011 10111100 1001111 1001 0 11010 10111011 1000001 101101

Color Harmonies of #28ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ABBC

Black with #28ABBC

Text Example


Text Example

White with #28ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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