#35ABBA

Color #35ABBA Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #35ABBA

Tints of Pelorous #35ABBA

Color information

#35ABBA (or 0x35ABBA) is unknown color: approx Pelorous. HEX triplet: 35, AB and BA. RGB value is (53,171,186). Sum of RGB (Red+Green+Blue) = 53+171+186=410 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.93% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #35ABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ABBA is #CA5445. Grayscale: #898989. Windows color (decimal): -13259846 or 12233525. OLE color: 12233525.

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

Color convert

RGB53171186-
CMYK0.720.0800.27
HSL186.77º55.65%46.86%-
HSV(B)186.77º71.51%72.94%-
XYZ24.8933.4351.59-
YUV137.43155.4167.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.93%
GREEN value IS 171 (67.19% from 255) = 41.71%
BLUE value IS 186 (73.05% from 255) = 45.37%
R=12.93%
G=41.71%
B=45.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531711860.720.0800.27186.7755.6546.86
Hex35ABBA48801Bbb382f
Octal65253272110100332737057
Binary11010110101011101110101001000100001101110111011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #35ABBA;
 }
 .AnyTagClassName
 {
   color: #35ABBA;
 }
</style>
background-color css

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

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

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

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

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

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