Html Css Color HEX #28ACBD Pelorous

📋 copy color: '#28ACBD'

red 40 ◦ green 172 ◦ blue 189

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

Shades of Pelorous #28ACBD

Tints of Pelorous #28ACBD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.89%

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 9.98%
G = 42.89%
B = 47.13%

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

#28ACBD (or 0x28ACBD) is known color: Pelorous. HEX triplet: 28, AC and BD. RGB value is (40,172,189). Sum of RGB (Red+Green+Blue) = 40+172+189=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #28ACBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ACBD is #D75342. Grayscale: #868686. Windows color (decimal): -14111555 or 12430376. OLE color: 12430376.

HSL color Cylindrical-coordinate representation of color #28ACBD: hue angle of 186.85º 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 #28ACBD is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 40 172 189 -
CMYK 0.79 0.09 0 0.26
HSL 186.85º 0.65% 0.45% -
HSV(B) 186.85º 0.79% 0.74% -
XYZ 24.81 33.63 53.33 -
YUV 134.47 158.77 60.62 -
System Red Green Blue C M Y K H S L
Decimal 40 172 189 0.79 0.09 0 0.26 186.85 0.65 0.45
Hex 28 AC BD 4F 9 0 1A BB 41 2D
Octal 50 254 275 117 11 0 32 273 101 55
Binary 101000 10101100 10111101 1001111 1001 0 11010 10111011 1000001 101101

Color Harmonies of #28ACBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ACBD

Black with #28ACBD

Text Example


Text Example

White with #28ACBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,172,189); }

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

background-color css

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

 a { background-color: rgb(40,172,189); }

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

border-color css

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

 span { border-color: rgb(40,172,189); }

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