Html Css Color HEX #36ABBA Pelorous

📋 copy color: '#36ABBA'

red 54 ◦ green 171 ◦ blue 186

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

Shades of Pelorous #36ABBA

Tints of Pelorous #36ABBA

RGB

 RED value IS 54 (21.48% from 255) = 13.14%

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

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 13.14%
G = 41.61%
B = 45.26%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#36ABBA (or 0x36ABBA) is known color: Pelorous. HEX triplet: 36, AB and BA. RGB value is (54,171,186). Sum of RGB (Red+Green+Blue) = 54+171+186=411 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.14% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #36ABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36ABBA is #C95445. Grayscale: #898989. Windows color (decimal): -13194310 or 12233526. OLE color: 12233526.

HSL color Cylindrical-coordinate representation of color #36ABBA: hue angle of 186.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36ABBA is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 54 171 186 -
CMYK 0.71 0.08 0 0.27
HSL 186.82º 0.55% 0.47% -
HSV(B) 186.82º 0.71% 0.73% -
XYZ 24.95 33.46 51.6 -
YUV 137.73 155.24 68.28 -
System Red Green Blue C M Y K H S L
Decimal 54 171 186 0.71 0.08 0 0.27 186.82 0.55 0.47
Hex 36 AB BA 47 8 0 1B BB 37 2F
Octal 66 253 272 107 10 0 33 273 67 57
Binary 110110 10101011 10111010 1000111 1000 0 11011 10111011 110111 101111

Color Harmonies of #36ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36ABBA

Black with #36ABBA

Text Example


Text Example

White with #36ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36ABBA; }

 p { color: rgb(54,171,186); }

 H1.HeaderClassName
 {
   color: #36ABBA;
 }
 .AnyTagClassName
 {
   color: #36ABBA;
 }
</style>

background-color css

<style>
 a { background-color: #36ABBA; }

 a { background-color: rgb(54,171,186); }

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

border-color css

<style>
 span { border-color: #36ABBA; }

 span { border-color: rgb(54,171,186); }

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