Html Css Color HEX #35A8BE Pelorous

📋 copy color: '#35A8BE'

red 53 ◦ green 168 ◦ blue 190

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

Shades of Pelorous #35A8BE

Tints of Pelorous #35A8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.88%

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 12.9%
G = 40.88%
B = 46.23%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#35A8BE (or 0x35A8BE) is known color: Pelorous. HEX triplet: 35, A8 and BE. RGB value is (53,168,190). Sum of RGB (Red+Green+Blue) = 53+168+190=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #35A8BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A8BE is #CA5741. Grayscale: #878787. Windows color (decimal): -13260610 or 12494901. OLE color: 12494901.

HSL color Cylindrical-coordinate representation of color #35A8BE: hue angle of 189.64º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35A8BE is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 168 190 -
CMYK 0.72 0.12 0 0.25
HSL 189.64º 0.56% 0.48% -
HSV(B) 189.64º 0.72% 0.75% -
XYZ 24.77 32.48 53.68 -
YUV 136.12 158.4 68.71 -
System Red Green Blue C M Y K H S L
Decimal 53 168 190 0.72 0.12 0 0.25 189.64 0.56 0.48
Hex 35 A8 BE 48 C 0 19 BE 38 30
Octal 65 250 276 110 14 0 31 276 70 60
Binary 110101 10101000 10111110 1001000 1100 0 11001 10111110 111000 110000

Color Harmonies of #35A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A8BE

Black with #35A8BE

Text Example


Text Example

White with #35A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,168,190); }

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

background-color css

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

 a { background-color: rgb(53,168,190); }

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

border-color css

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

 span { border-color: rgb(53,168,190); }

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