Html Css Color HEX #1C95AA Pelorous

📋 copy color: '#1C95AA'

red 28 ◦ green 149 ◦ blue 170

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

Shades of Pelorous #1C95AA

Tints of Pelorous #1C95AA

RGB

 RED value IS 28 (11.33% from 255) = 8.07%

 GREEN value IS 149 (58.59% from 255) = 42.94%

 BLUE value IS 170 (66.8% from 255) = 48.99%

R = 8.07%
G = 42.94%
B = 48.99%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C95AA (or 0x1C95AA) is known color: Pelorous. HEX triplet: 1C, 95 and AA. RGB value is (28,149,170). Sum of RGB (Red+Green+Blue) = 28+149+170=347 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.07% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C95AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C95AA is #E36A55. Grayscale: #737373. Windows color (decimal): -14903894 or 11179292. OLE color: 11179292.

HSL color Cylindrical-coordinate representation of color #1C95AA: hue angle of 188.87º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C95AA is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 149 170 -
CMYK 0.84 0.12 0 0.33
HSL 188.87º 0.72% 0.39% -
HSV(B) 188.87º 0.84% 0.67% -
XYZ 18.48 24.64 41.81 -
YUV 115.22 158.91 65.79 -
System Red Green Blue C M Y K H S L
Decimal 28 149 170 0.84 0.12 0 0.33 188.87 0.72 0.39
Hex 1C 95 AA 54 C 0 21 BD 48 27
Octal 34 225 252 124 14 0 41 275 110 47
Binary 11100 10010101 10101010 1010100 1100 0 100001 10111101 1001000 100111

Color Harmonies of #1C95AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C95AA

Black with #1C95AA

Text Example


Text Example

White with #1C95AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C95AA; }

 p { color: rgb(28,149,170); }

 H1.HeaderClassName
 {
   color: #1C95AA;
 }
 .AnyTagClassName
 {
   color: #1C95AA;
 }
</style>

background-color css

<style>
 a { background-color: #1C95AA; }

 a { background-color: rgb(28,149,170); }

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

border-color css

<style>
 span { border-color: #1C95AA; }

 span { border-color: rgb(28,149,170); }

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