Html Css Color HEX #28ABBB Pelorous

📋 copy color: '#28ABBB'

red 40 ◦ green 171 ◦ blue 187

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

Shades of Pelorous #28ABBB

Tints of Pelorous #28ABBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.98%

R = 10.05%
G = 42.96%
B = 46.98%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#28ABBB (or 0x28ABBB) is known color: Pelorous. HEX triplet: 28, AB and BB. RGB value is (40,171,187). Sum of RGB (Red+Green+Blue) = 40+171+187=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #28ABBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ABBB is #D75444. Grayscale: #858585. Windows color (decimal): -14111813 or 12299048. OLE color: 12299048.

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

Color convert

RGB 40 171 187 -
CMYK 0.79 0.09 0 0.27
HSL 186.53º 0.65% 0.45% -
HSV(B) 186.53º 0.79% 0.73% -
XYZ 24.41 33.16 52.13 -
YUV 133.66 158.1 61.2 -
System Red Green Blue C M Y K H S L
Decimal 40 171 187 0.79 0.09 0 0.27 186.53 0.65 0.45
Hex 28 AB BB 4F 9 0 1B BB 41 2D
Octal 50 253 273 117 11 0 33 273 101 55
Binary 101000 10101011 10111011 1001111 1001 0 11011 10111011 1000001 101101

Color Harmonies of #28ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ABBB

Black with #28ABBB

Text Example


Text Example

White with #28ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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