Html Css Color HEX #35A9BA Pelorous

📋 copy color: '#35A9BA'

red 53 ◦ green 169 ◦ blue 186

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

Shades of Pelorous #35A9BA

Tints of Pelorous #35A9BA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.42%

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

R = 12.99%
G = 41.42%
B = 45.59%

CMYK

 C value IS 0.72

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#35A9BA (or 0x35A9BA) is known color: Pelorous. HEX triplet: 35, A9 and BA. RGB value is (53,169,186). Sum of RGB (Red+Green+Blue) = 53+169+186=408 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.99% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #35A9BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A9BA is #CA5645. Grayscale: #888888. Windows color (decimal): -13260358 or 12233013. OLE color: 12233013.

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

Color convert

RGB 53 169 186 -
CMYK 0.72 0.09 0 0.27
HSL 187.67º 0.56% 0.47% -
HSV(B) 187.67º 0.72% 0.73% -
XYZ 24.52 32.68 51.47 -
YUV 136.25 156.07 68.62 -
System Red Green Blue C M Y K H S L
Decimal 53 169 186 0.72 0.09 0 0.27 187.67 0.56 0.47
Hex 35 A9 BA 48 9 0 1B BC 38 2F
Octal 65 251 272 110 11 0 33 274 70 57
Binary 110101 10101001 10111010 1001000 1001 0 11011 10111100 111000 101111

Color Harmonies of #35A9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A9BA

Black with #35A9BA

Text Example


Text Example

White with #35A9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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