Html Css Color HEX #35A6BA Pelorous

📋 copy color: '#35A6BA'

red 53 ◦ green 166 ◦ blue 186

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

Shades of Pelorous #35A6BA

Tints of Pelorous #35A6BA

RGB

 RED value IS 53 (21.09% from 255) = 13.09%

 GREEN value IS 166 (65.23% from 255) = 40.99%

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

R = 13.09%
G = 40.99%
B = 45.93%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#35A6BA (or 0x35A6BA) is known color: Pelorous. HEX triplet: 35, A6 and BA. RGB value is (53,166,186). Sum of RGB (Red+Green+Blue) = 53+166+186=405 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.09% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #35A6BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A6BA is #CA5945. Grayscale: #868686. Windows color (decimal): -13261126 or 12232245. OLE color: 12232245.

HSL color Cylindrical-coordinate representation of color #35A6BA: hue angle of 189.02º 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 #35A6BA is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 166 186 -
CMYK 0.72 0.11 0 0.27
HSL 189.02º 0.56% 0.47% -
HSV(B) 189.02º 0.72% 0.73% -
XYZ 23.97 31.57 51.29 -
YUV 134.49 157.06 69.87 -
System Red Green Blue C M Y K H S L
Decimal 53 166 186 0.72 0.11 0 0.27 189.02 0.56 0.47
Hex 35 A6 BA 48 B 0 1B BD 38 2F
Octal 65 246 272 110 13 0 33 275 70 57
Binary 110101 10100110 10111010 1001000 1011 0 11011 10111101 111000 101111

Color Harmonies of #35A6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A6BA

Black with #35A6BA

Text Example


Text Example

White with #35A6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35A6BA;
 }
 .AnyTagClassName
 {
   color: #35A6BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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