#35A9BC

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

Shades of Pelorous #35A9BC

Tints of Pelorous #35A9BC

Color information

#35A9BC (or 0x35A9BC) is unknown color: approx Pelorous. HEX triplet: 35, A9 and BC. RGB value is (53,169,188). Sum of RGB (Red+Green+Blue) = 53+169+188=410 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.93% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #35A9BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A9BC is #CA5643. Grayscale: #888888. Windows color (decimal): -13260356 or 12364085. OLE color: 12364085.

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

Color convert

RGB53169188-
CMYK0.720.1000.26
HSL188.44º56.02%47.25%-
HSV(B)188.44º71.81%73.73%-
XYZ24.7332.7652.6-
YUV136.48157.0768.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.93%
GREEN value IS 169 (66.41% from 255) = 41.22%
BLUE value IS 188 (73.83% from 255) = 45.85%
R=12.93%
G=41.22%
B=45.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531691880.720.1000.26188.4456.0247.25
Hex35A9BC48A01Abc382f
Octal65251274110120322747057
Binary11010110101001101111001001000101001101010111100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,169,188); }

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

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

 a { background-color: rgb(53,169,188); }

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

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

 span { border-color: rgb(53,169,188); }

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