Html Css Color HEX #1CA9BE Pelorous

📋 copy color: '#1CA9BE'

red 28 ◦ green 169 ◦ blue 190

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

Shades of Pelorous #1CA9BE

Tints of Pelorous #1CA9BE

RGB

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

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

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

R = 7.24%
G = 43.67%
B = 49.1%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1CA9BE (or 0x1CA9BE) is known color: Pelorous. HEX triplet: 1C, A9 and BE. RGB value is (28,169,190). Sum of RGB (Red+Green+Blue) = 28+169+190=387 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.24% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #1CA9BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CA9BE is #E35641. Grayscale: #818181. Windows color (decimal): -14898754 or 12495132. OLE color: 12495132.

HSL color Cylindrical-coordinate representation of color #1CA9BE: hue angle of 187.78º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CA9BE is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 169 190 -
CMYK 0.85 0.11 0 0.25
HSL 187.78º 0.74% 0.43% -
HSV(B) 187.78º 0.85% 0.75% -
XYZ 23.96 32.34 53.69 -
YUV 129.24 162.29 55.79 -
System Red Green Blue C M Y K H S L
Decimal 28 169 190 0.85 0.11 0 0.25 187.78 0.74 0.43
Hex 1C A9 BE 55 B 0 19 BC 4A 2B
Octal 34 251 276 125 13 0 31 274 112 53
Binary 11100 10101001 10111110 1010101 1011 0 11001 10111100 1001010 101011

Color Harmonies of #1CA9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA9BE

Black with #1CA9BE

Text Example


Text Example

White with #1CA9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,169,190); }

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

background-color css

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

 a { background-color: rgb(28,169,190); }

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

border-color css

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

 span { border-color: rgb(28,169,190); }

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