#35AAB8

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

Shades of Pelorous #35AAB8

Tints of Pelorous #35AAB8

Color information

#35AAB8 (or 0x35AAB8) is unknown color: approx Pelorous. HEX triplet: 35, AA and B8. RGB value is (53,170,184). Sum of RGB (Red+Green+Blue) = 53+170+184=407 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.02% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 184 - color contains mainly: blue. Hex color #35AAB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AAB8 is #CA5547. Grayscale: #888888. Windows color (decimal): -13260104 or 12102197. OLE color: 12102197.

HSL color Cylindrical-coordinate representation of color #35AAB8: hue angle of 186.41º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35AAB8 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB53170184-
CMYK0.710.0800.28
HSL186.41º55.27%46.47%-
HSV(B)186.41º71.2%72.16%-
XYZ24.4932.9750.42-
YUV136.61154.7468.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.02%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 184 (72.27% from 255) = 45.21%
R=13.02%
G=41.77%
B=45.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal531701840.710.0800.28186.4155.2746.47
Hex35AAB847801Cba372e
Octal65252270107100342726756
Binary11010110101010101110001000111100001110010111010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,170,184); }

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

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

 a { background-color: rgb(53,170,184); }

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

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

 span { border-color: rgb(53,170,184); }

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