Html Css Color HEX #35AABC Pelorous

📋 copy color: '#35AABC'

red 53 ◦ green 170 ◦ blue 188

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

Shades of Pelorous #35AABC

Tints of Pelorous #35AABC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.36%

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 12.9%
G = 41.36%
B = 45.74%

CMYK

 C value IS 0.72

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#35AABC (or 0x35AABC) is known color: Pelorous. HEX triplet: 35, AA and BC. RGB value is (53,170,188). Sum of RGB (Red+Green+Blue) = 53+170+188=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #35AABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35AABC is #CA5543. Grayscale: #888888. Windows color (decimal): -13260100 or 12364341. OLE color: 12364341.

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

Color convert

RGB 53 170 188 -
CMYK 0.72 0.10 0 0.26
HSL 188º 0.56% 0.47% -
HSV(B) 188º 0.72% 0.74% -
XYZ 24.92 33.14 52.66 -
YUV 137.07 156.74 68.04 -
System Red Green Blue C M Y K H S L
Decimal 53 170 188 0.72 0.10 0 0.26 188 0.56 0.47
Hex 35 AA BC 48 A 0 1A BC 38 2F
Octal 65 252 274 110 12 0 32 274 70 57
Binary 110101 10101010 10111100 1001000 1010 0 11010 10111100 111000 101111

Color Harmonies of #35AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35AABC

Black with #35AABC

Text Example


Text Example

White with #35AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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