Html Css Color HEX #1C95AB Pelorous

📋 copy color: '#1C95AB'

red 28 ◦ green 149 ◦ blue 171

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

Shades of Pelorous #1C95AB

Tints of Pelorous #1C95AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.14%

R = 8.05%
G = 42.82%
B = 49.14%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C95AB (or 0x1C95AB) is known color: Pelorous. HEX triplet: 1C, 95 and AB. RGB value is (28,149,171). Sum of RGB (Red+Green+Blue) = 28+149+171=348 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.05% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C95AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C95AB is #E36A54. Grayscale: #737373. Windows color (decimal): -14903893 or 11244828. OLE color: 11244828.

HSL color Cylindrical-coordinate representation of color #1C95AB: hue angle of 189.23º 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 #1C95AB is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 149 171 -
CMYK 0.84 0.13 0 0.33
HSL 189.23º 0.72% 0.39% -
HSV(B) 189.23º 0.84% 0.67% -
XYZ 18.58 24.68 42.31 -
YUV 115.33 159.41 65.71 -
System Red Green Blue C M Y K H S L
Decimal 28 149 171 0.84 0.13 0 0.33 189.23 0.72 0.39
Hex 1C 95 AB 54 D 0 21 BD 48 27
Octal 34 225 253 124 15 0 41 275 110 47
Binary 11100 10010101 10101011 1010100 1101 0 100001 10111101 1001000 100111

Color Harmonies of #1C95AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C95AB

Black with #1C95AB

Text Example


Text Example

White with #1C95AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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