Html Css Color HEX #28AABC Pelorous

📋 copy color: '#28AABC'

red 40 ◦ green 170 ◦ blue 188

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

Shades of Pelorous #28AABC

Tints of Pelorous #28AABC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.71%

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

R = 10.05%
G = 42.71%
B = 47.24%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#28AABC (or 0x28AABC) is known color: Pelorous. HEX triplet: 28, AA and BC. RGB value is (40,170,188). Sum of RGB (Red+Green+Blue) = 40+170+188=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #28AABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AABC is #D75543. Grayscale: #848484. Windows color (decimal): -14112068 or 12364328. OLE color: 12364328.

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

Color convert

RGB 40 170 188 -
CMYK 0.79 0.10 0 0.26
HSL 187.3º 0.65% 0.45% -
HSV(B) 187.3º 0.79% 0.74% -
XYZ 24.33 32.83 52.63 -
YUV 133.18 158.93 61.54 -
System Red Green Blue C M Y K H S L
Decimal 40 170 188 0.79 0.10 0 0.26 187.3 0.65 0.45
Hex 28 AA BC 4F A 0 1A BB 41 2D
Octal 50 252 274 117 12 0 32 273 101 55
Binary 101000 10101010 10111100 1001111 1010 0 11010 10111011 1000001 101101

Color Harmonies of #28AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AABC

Black with #28AABC

Text Example


Text Example

White with #28AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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