Html Css Color HEX #28ADBF Pelorous

📋 copy color: '#28ADBF'

red 40 ◦ green 173 ◦ blue 191

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

Shades of Pelorous #28ADBF

Tints of Pelorous #28ADBF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.82%

 BLUE value IS 191 (75% from 255) = 47.28%

R = 9.9%
G = 42.82%
B = 47.28%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#28ADBF (or 0x28ADBF) is known color: Pelorous. HEX triplet: 28, AD and BF. RGB value is (40,173,191). Sum of RGB (Red+Green+Blue) = 40+173+191=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #28ADBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ADBF is #D75240. Grayscale: #878787. Windows color (decimal): -14111297 or 12561704. OLE color: 12561704.

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

Color convert

RGB 40 173 191 -
CMYK 0.79 0.09 0 0.25
HSL 187.15º 0.65% 0.45% -
HSV(B) 187.15º 0.79% 0.75% -
XYZ 25.22 34.1 54.54 -
YUV 135.29 159.44 60.04 -
System Red Green Blue C M Y K H S L
Decimal 40 173 191 0.79 0.09 0 0.25 187.15 0.65 0.45
Hex 28 AD BF 4F 9 0 19 BB 41 2D
Octal 50 255 277 117 11 0 31 273 101 55
Binary 101000 10101101 10111111 1001111 1001 0 11001 10111011 1000001 101101

Color Harmonies of #28ADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28ADBF

Black with #28ADBF

Text Example


Text Example

White with #28ADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,173,191); }

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

background-color css

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

 a { background-color: rgb(40,173,191); }

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

border-color css

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

 span { border-color: rgb(40,173,191); }

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